From dcf7dde14532f48c9adcdcea0805c4c998e25902 Mon Sep 17 00:00:00 2001 From: brooks Date: Wed, 19 Sep 2001 21:27:27 +0000 Subject: Add a new rc.conf variable, cloned_interfaces, to create cloned interfaces at boot. --- etc/defaults/rc.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/defaults/rc.conf') 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. -- cgit v1.1