summaryrefslogtreecommitdiff
path: root/net/xorp/patches
diff options
context:
space:
mode:
Diffstat (limited to 'net/xorp/patches')
-rw-r--r--net/xorp/patches/patch-aa19
1 files changed, 0 insertions, 19 deletions
diff --git a/net/xorp/patches/patch-aa b/net/xorp/patches/patch-aa
deleted file mode 100644
index 2ffaaba502a..00000000000
--- a/net/xorp/patches/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/07/15 12:15:01 itojun Exp $
-
---- fea/fticonfig_table_parse_rtm.cc- 2003-07-15 20:55:57.000000000 +0900
-+++ fea/fticonfig_table_parse_rtm.cc 2003-07-15 20:56:22.000000000 +0900
-@@ -67,8 +67,14 @@
- continue;
- if (! (rtm->rtm_flags & RTF_UP))
- continue;
-+#ifdef RTF_WASCLONED
- if (rtm->rtm_flags & RTF_WASCLONED)
- continue; // XXX: ignore cloned entries
-+#endif
-+#ifdef RTF_CLONED
-+ if (rtm->rtm_flags & RTF_CLONED)
-+ continue; // XXX: ignore cloned entries
-+#endif
- #ifdef RTF_MULTICAST
- if (rtm->rtm_flags & RTF_MULTICAST)
- continue; // XXX: ignore multicast entries