https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270705
Bug ID: 270705
Summary: lagg(4): sysctl net.link.lagg.default_use_flowid does
not work
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Tested on current and stable/13.
Steps to repeat:
```
# kldload -nq if_lagg
# sysctl net.link.lagg.default_use_flowid=1
net.link.lagg.default_use_flowid: 0 -> 1
# ifconfig lagg create
lagg0
# ifconfig -v lagg0
lagg0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=800000<>
ether 00:00:00:00:00:00
laggproto failover lagghash l2,l3,l4
lagg options:
flags=4<USE_NUMA>
flowid_shift: 16
lagg statistics:
active ports: 0
flapping: 0
groups: lagg
media: Ethernet autoselect
status: no carrier
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
```
Pay attention to the lagg options from the output.
> flags=4<USE_NUMA>
flags should have `USE_FLOWID` .
--
You are receiving this mail because:
You are the assignee for the bug.