summaryrefslogtreecommitdiffstats
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2001-09-19 21:27:27 +0000
committerbrooks <brooks@FreeBSD.org>2001-09-19 21:27:27 +0000
commitdcf7dde14532f48c9adcdcea0805c4c998e25902 (patch)
tree1f57d5b3e387ce14a1f6e49b1a1f8efe697d0b60 /etc/defaults/rc.conf
parentb0e7279ba20f9919fc823af5abb36352b0220380 (diff)
downloadFreeBSD-src-dcf7dde14532f48c9adcdcea0805c4c998e25902.zip
FreeBSD-src-dcf7dde14532f48c9adcdcea0805c4c998e25902.tar.gz
Add a new rc.conf variable, cloned_interfaces, to create cloned
interfaces at boot.
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 5310643..f703c8e 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -86,6 +86,8 @@ tcp_drop_synfin="NO" # Set to YES to drop TCP packets with SYN+FIN
icmp_drop_redirect="NO" # Set to YES to ignore ICMP REDIRECT packets
icmp_log_redirect="NO" # Set to YES to log ICMP REDIRECT packets
network_interfaces="auto" # List of network interfaces (or "auto").
+cloned_interfaces="" # List of cloned network interfaces to create.
+#cloned_interfaces="gif0 gif1 gif2 gif3" # Pre-cloning GENERIC config.
ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
#ifconfig_ed0_ipx="ipx 0x00010010" # Sample IPX address family entry.
OpenPOWER on IntegriCloud