On Wed, 18 Jan 2012 17:36:04 +0800 "Chen, Kang (NSN - CN/Hangzhou)" <kang.c...@nsn.com> wrote:
> Hello, > > As you know, if I want to create a new vlan interface face, I can use > the following command: > ifconfig vlan0 vlan 101 vlandev fxp0 > My question is, if I want to change the vlan id 101 to 202, if there > anyway to do this without destroy it and recreate? > Hi, I did it sometimes with following command sequence: ifconfig vlan0 -vlandev fxp0 ifconfig vlan0 vlan 202 vlandev fxp0 (writing off top of my head, but generally that's just it) Regards, Milan _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"