Hello ,
Refers to rc.conf(5) the alternative way for cloning interfaces is by
using create_args_<interface> variable
In rc.conf there is a typo error in variable name
--- /etc/defaults/rc.conf.orig 2010-08-25 11:01:12.000000000 +0300
+++ /etc/defaults/rc.conf 2010-08-25 11:01:29.000000000 +0300
@@ -212,7 +212,7 @@
#ifconfig_ed0_ipx="ipx 0x00010010" # Sample IPX address family entry.
#ifconfig_fxp0_name="net0" # Change interface name from fxp0 to net0.
#vlans_fxp0="101 vlan0" # vlan(4) interfaces for fxp0 device
-#create_arg_vlan0="vlan 102" # vlan tag for vlan0 device
+#create_args_vlan0="vlan 102" # vlan tag for vlan0 device
#wlans_ath0="wlan0" # wlan(4) interfaces for ath0 device
#wlandebug_wlan0="scan+auth+assoc" # Set debug flags with wlanddebug(8)
#ipv4_addrs_fxp0="192.168.0.1/24 192.168.1.1-5/28" # example IPv4
address entry.
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"