Hello
I have some strange problems with creating vlan1.
When creating other vlans no any problems,only with vlan1.
I have some strange problems with creating vlan1.
When creating other vlans no any problems,only with vlan1.
Code:
root@core:/etc # ifconfig vlan1
ifconfig: interface vlan1 does not exist
root@core:/etc # ifconfig vlan1 create
ifconfig: SIOCIFCREATE2: File exists
root@core:/etc # ifconfig vlan11
ifconfig: interface vlan11 does not exist
root@core:/etc # ifconfig vlan11 create
root@core:/etc # ifconfig vlan11
vlan11: flags=8002<BROADCAST,MULTICAST> metric 0 mtu 1500
ether 00:00:00:00:00:00
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
vlan: 0 parent interface: <none>
root@core:/etc # ifconfig vlan11 destroy
root@core:/etc #
root@core:/etc # uname -isr
FreeBSD 9.1-RELEASE GENERIC
root@core:/etc # uname -a
FreeBSD core 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
root@core:/etc #