diff options
author | Andrew Fengler <andrew.fengler@scaleengine.com> | 2021-05-12 01:59:10 +0000 |
---|---|---|
committer | Allan Jude <allanjude@FreeBSD.org> | 2021-05-12 01:59:10 +0000 |
commit | 30659d1dcbcc92016833f0956461314ed501ac83 (patch) | |
tree | 07ca237b1d3964447dbc81695e20d3d4665a6e4b /libexec/rc/rc.conf | |
parent | a7f81b488df2d4a5dcd785b4112e04ffb6ca0442 (diff) | |
download | src-30659d1dcbcc92016833f0956461314ed501ac83.tar.gz src-30659d1dcbcc92016833f0956461314ed501ac83.zip |
Diffstat (limited to 'libexec/rc/rc.conf')
-rw-r--r-- | libexec/rc/rc.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf index 998cd3fd14d6..d941a20b6e07 100644 --- a/libexec/rc/rc.conf +++ b/libexec/rc/rc.conf @@ -437,6 +437,7 @@ bsnmpd_flags="" # Flags for bsnmpd. ### Network routing options: ### defaultrouter="NO" # Set to default gateway (or NO). +#defaultrouter_fibN="192.0.2.1" # Use this form to set a gateway for FIB N 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). @@ -499,6 +500,7 @@ ipv6_activate_all_interfaces="NO" # If NO, interfaces which have no # reason. ipv6_defaultrouter="NO" # Set to IPv6 default gateway (or NO). #ipv6_defaultrouter="2002:c058:6301::" # Use this for 6to4 (RFC 3068) +#ipv6_defaultrouter_fibN="2001:db8::" # Use this form to set a gateway for FIB N ipv6_static_routes="" # Set to static route list (or leave empty). #ipv6_static_routes="xxx" # An example to set fec0:0000:0000:0006::/64 # route toward loopback interface. |