aboutsummaryrefslogtreecommitdiffstats
path: root/net/gated
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-08-17 05:13:47 +0800
committerphk <phk@FreeBSD.org>1999-08-17 05:13:47 +0800
commit3ac02651d0984f76e371059f4319584bf1abd0cb (patch)
treeb7bb8a8da3f828bbcf37825152e43556dc79888a /net/gated
parent97ed60a7a9c13e4013effcbc8c9bec6de9ab312c (diff)
downloadfreebsd-ports-gnome-3ac02651d0984f76e371059f4319584bf1abd0cb.tar.gz
freebsd-ports-gnome-3ac02651d0984f76e371059f4319584bf1abd0cb.tar.zst
freebsd-ports-gnome-3ac02651d0984f76e371059f4319584bf1abd0cb.zip
Remove this patch again. It seems that stubhost works now.
Diffstat (limited to 'net/gated')
-rw-r--r--net/gated/files/patch-ah13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/gated/files/patch-ah b/net/gated/files/patch-ah
deleted file mode 100644
index f2db1d0a5060..000000000000
--- a/net/gated/files/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -urb work.ref/gated-3-5-10/src/ospf_rt.c work/gated-3-5-10/src/ospf_rt.c
---- src/ospf_rt.c Tue Aug 18 20:08:47 1998
-+++ src/ospf_rt.c Tue Jul 20 15:10:21 1999
-@@ -1124,7 +1124,8 @@
- /* Ignore pseudo interface routes and interfaces running OSPF */
- if (BIT_TEST(new_rt->rt_state, RTS_NOTINSTALL) ||
- IF_INTF(RT_IFAP(new_rt)) ||
-- BIT_TEST(RT_IFAP(new_rt)->ifa_state, IFS_LOOPBACK)) {
-+ (BIT_TEST(RT_IFAP(new_rt)->ifa_state, IFS_LOOPBACK)
-+ && BIT_TEST(inet_class_flags(RT_IFAP(new_rt)->ifa_addr_local), INET_CLASSF_LOOPBACK))) {
- new_rt = (rt_entry *) 0;
- }
- break;