[Bug 238580] [PATCH] respect defines from 'sys/netinet/ip_carp.h'

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 17 11:47:04 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238580

--- Comment #2 from Vinícius Zavam <egypcio at FreeBSD.org> ---
and, just to be clear: all worked as expected so far.

root at fw2-lab:~ # ifconfig vlan3131 vhid 10 advskew 254
ifconfig: advskew must be something between 0 and 240
root at fw2-lab:~ # echo $?
1

root at fw2-lab:~ # ifconfig vlan3131 vhid 10 advskew 234
root at fw2-lab:~ # echo $?
0

root at fw2-lab:~ # ifconfig vlan3131 | grep carp
        carp: MASTER vhid 10 advbase 1 advskew 234

root at fw2-lab:~ # ifconfig vlan3131 advskew 222
ifconfig: advskew requires vhid (must come first)

root at fw2-lab:~ # ifconfig vlan3131 advskew 222 vhid 10
ifconfig: advskew requires vhid (must come first)

root at fw2-lab:~ # ifconfig vlan3131 vhid 10 advskew 222
root at fw2-lab:~ # echo $?
0

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list