https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238580
--- Comment #2 from VinÃcius Zavam <egyp...@freebsd.org> --- and, just to be clear: all worked as expected so far. root@fw2-lab:~ # ifconfig vlan3131 vhid 10 advskew 254 ifconfig: advskew must be something between 0 and 240 root@fw2-lab:~ # echo $? 1 root@fw2-lab:~ # ifconfig vlan3131 vhid 10 advskew 234 root@fw2-lab:~ # echo $? 0 root@fw2-lab:~ # ifconfig vlan3131 | grep carp carp: MASTER vhid 10 advbase 1 advskew 234 root@fw2-lab:~ # ifconfig vlan3131 advskew 222 ifconfig: advskew requires vhid (must come first) root@fw2-lab:~ # ifconfig vlan3131 advskew 222 vhid 10 ifconfig: advskew requires vhid (must come first) root@fw2-lab:~ # ifconfig vlan3131 vhid 10 advskew 222 root@fw2-lab:~ # echo $? 0 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"