diff options
Diffstat (limited to 'net-mgmt/ndpmon/files/patch-parser.c')
-rw-r--r-- | net-mgmt/ndpmon/files/patch-parser.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-mgmt/ndpmon/files/patch-parser.c b/net-mgmt/ndpmon/files/patch-parser.c new file mode 100644 index 000000000000..e60e172b5191 --- /dev/null +++ b/net-mgmt/ndpmon/files/patch-parser.c @@ -0,0 +1,19 @@ + +$FreeBSD$ + +--- parser.c.orig ++++ parser.c +@@ -65,11 +65,13 @@ + /** note: it may be a good option to save values, and restore + * them when exiting + */ ++ /* + write_proc("/proc/sys/net/ipv6/conf/all/autoconf",flag); + write_proc("/proc/sys/net/ipv6/conf/all/accept_ra",flag); + write_proc("/proc/sys/net/ipv6/conf/all/accept_ra_defrtr",flag); + write_proc("/proc/sys/net/ipv6/conf/all/accept_ra_pinfo",flag); + write_proc("/proc/sys/net/ipv6/conf/all/accept_redirects",flag); ++ */ + } + + xmlXPathFreeObject (xmlobject); |