summaryrefslogtreecommitdiff
path: root/net-mgmt/ndpmon/files/patch-routers.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/ndpmon/files/patch-routers.c')
-rw-r--r--net-mgmt/ndpmon/files/patch-routers.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-mgmt/ndpmon/files/patch-routers.c b/net-mgmt/ndpmon/files/patch-routers.c
deleted file mode 100644
index 8b4ba6eb6c0a..000000000000
--- a/net-mgmt/ndpmon/files/patch-routers.c
+++ /dev/null
@@ -1,29 +0,0 @@
-
-$FreeBSD$
-
---- routers.c.orig
-+++ routers.c
-@@ -261,9 +261,11 @@
- if (tmp->param_flags_reserved&ND_RA_FLAG_OTHER) {
- fprintf(stderr,"OTHER ");
- }
-+/* no support for home agent in FreeBSD
- if (tmp->param_flags_reserved&ND_RA_FLAG_HOME_AGENT) {
- fprintf(stderr,"HOME_AGENT ");
- }
-+*/
- fprintf(stderr,"]\n");
- fprintf(stderr," router lifetime: %u\n", tmp->param_router_lifetime);
- fprintf(stderr," reachable timer: %u\n", tmp->param_reachable_timer);
-@@ -297,9 +299,11 @@
- if (ptmp->param_flags_reserved&ND_OPT_PI_FLAG_AUTO) {
- fprintf(stderr,"AUTO ");
- }
-+/* No suuportin FreeBSD yet
- if (ptmp->param_flags_reserved&ND_OPT_PI_FLAG_RADDR) {
- fprintf(stderr,"RADDR ");
- }
-+*/
- fprintf(stderr,"]\n");
- fprintf(stderr," valid time: %u\n", ptmp->param_valid_time);
- fprintf(stderr," preferred time: %u\n", ptmp->param_preferred_time);