summaryrefslogtreecommitdiffstats
path: root/sbin/routed/table.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-09-16 17:04:22 +0000
committerwollman <wollman@FreeBSD.org>1996-09-16 17:04:22 +0000
commit8554e18558853e6f6d8f38fc97f56b3ddfc7418a (patch)
tree4766cc5c5fa9f69e4ec8193b5e7b659a3464ef4b /sbin/routed/table.c
parent5dd2c963ce7fe11b20171b5fc8e2398c1303a926 (diff)
downloadFreeBSD-src-8554e18558853e6f6d8f38fc97f56b3ddfc7418a.zip
FreeBSD-src-8554e18558853e6f6d8f38fc97f56b3ddfc7418a.tar.gz
Layer on FreeBSD local changes from old routed.
Diffstat (limited to 'sbin/routed/table.c')
-rw-r--r--sbin/routed/table.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/sbin/routed/table.c b/sbin/routed/table.c
index 6ad97f0..cef0f90 100644
--- a/sbin/routed/table.c
+++ b/sbin/routed/table.c
@@ -36,7 +36,7 @@ static char sccsid[] = "@(#)tables.c 8.1 (Berkeley) 6/5/93";
#elif defined(__NetBSD__)
static char rcsid[] = "$NetBSD$";
#endif
-#ident "$Revision: 1.25 $"
+#ident "$Revision: 1.1.1.1 $"
#include "defs.h"
@@ -1570,8 +1570,15 @@ rtadd(naddr dst,
if (0 == rhead->rnh_addaddr(&rt->rt_dst_sock, &mask_sock,
rhead, rt->rt_nodes)) {
+/*
+ * This will happen if RIP1 and RIP2 routeds talk to one another and
+ * there are variable subnets. This is only good for filling up your
+ * syslog. -jkh
+ */
+#if 0
msglog("rnh_addaddr() failed for %s mask=%#x",
naddr_ntoa(dst), mask);
+#endif
}
}
OpenPOWER on IntegriCloud