aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2001-09-19 21:27:27 +0000
committerBrooks Davis <brooks@FreeBSD.org>2001-09-19 21:27:27 +0000
commit40995998c54f94af420c5eb5eaf07ddf269515aa (patch)
tree1f57d5b3e387ce14a1f6e49b1a1f8efe697d0b60 /etc/defaults/rc.conf
parentd2653b8806df54eab18b2131492d35c6951f5b61 (diff)
downloadsrc-40995998c54f94af420c5eb5eaf07ddf269515aa.tar.gz
src-40995998c54f94af420c5eb5eaf07ddf269515aa.zip
Add a new rc.conf variable, cloned_interfaces, to create cloned
interfaces at boot.
Notes
Notes: svn path=/head/; revision=83677
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 5310643afe79..f703c8e7c03d 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.