Today Oct 14, 2011 at 13:51 Oleg Tokar wrote: > > ifconfig_bce0="up" > > ifconfig_bce1="up" > > cloned_interfaces="lagg0" > > ifconfig_lagg0="laggproto failover laggport bce0 laggport bce1 up" > > vlans_lagg0="vlan70 vlan88" > > create_args_vlan70="vlan 70" > > ifconfig_vlan70="inet nnn.nnn.nn.n netmask 255.255.255.240 up" > > > Такой порядок записи помог. Спасибо! > А откуда vlans_lagg0 и create_args?
Ибо начиная с 8-ки таким его задумали вместе с формой interface.tag как у некоторых вендоров и Linux. > В man как-то не нашёл этого. man 5 rc.conf /vlan If a vlans_<interface> variable is set, a vlan(4) interface will be created for each item in the list with the vlandev argument set to interface. If a vlan interface's name is a number, then that number is used as the vlan tag and the new vlan interface is named interface.tag. Otherwise, the vlan tag must be specified via a vlan parameter in the create_args_<interface> variable. -- WNGS-RIPE
