summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-10-23 09:08:42 +0000
committermm <mm@FreeBSD.org>2011-10-23 09:08:42 +0000
commit1edde0f4fd5b6b7e8537725706dfb98ecc14e856 (patch)
tree21d3c85a9f1967110c322743140dff360fe738ef /etc/defaults
parent6989630abd4671aec17e1498974cc8bfad8e3a6c (diff)
downloadFreeBSD-src-1edde0f4fd5b6b7e8537725706dfb98ecc14e856.zip
FreeBSD-src-1edde0f4fd5b6b7e8537725706dfb98ecc14e856.tar.gz
Add etc/rc.d/static_ndp, analogous to etc/rc.d/static_arp.
Make sure that static ARP and NDP bindings are set before NETWORKING. As static_ndp is based on static_arp, pass copyright to the project with permission of the original author (delphij@). Reviewed by: delphij@FreeBSD.org MFC after: 3 days
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 6946eea..b9e78ce 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -383,6 +383,7 @@ bsnmpd_flags="" # Flags for bsnmpd.
### Network routing options: ###
defaultrouter="NO" # Set to default gateway (or NO).
static_arp_pairs="" # Set to static ARP list (or leave empty).
+static_ndp_pairs="" # Set to static NDP list (or leave empty).
static_routes="" # Set to static route list (or leave empty).
natm_static_routes="" # Set to static route list for NATM (or leave empty).
gateway_enable="NO" # Set to YES if this host will be a gateway.
OpenPOWER on IntegriCloud