Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Apr 2023 15:34:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 270705] lagg(4): sysctl net.link.lagg.default_use_flowid does not work
Message-ID:  <bug-270705-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270705

            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: bugs@FreeBSD.org
          Reporter: zlei@FreeBSD.org

Tested on current and stable/13.

Steps to repeat:

```
# kldload -nq if_lagg
# sysctl net.link.lagg.default_use_flowid=3D1
net.link.lagg.default_use_flowid: 0 -> 1
# ifconfig lagg create
lagg0
# ifconfig -v lagg0
lagg0: flags=3D8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=3D800000<>
        ether 00:00:00:00:00:00
        laggproto failover lagghash l2,l3,l4
        lagg options:
                flags=3D4<USE_NUMA>
                flowid_shift: 16
        lagg statistics:
                active ports: 0
                flapping: 0
        groups: lagg
        media: Ethernet autoselect
        status: no carrier
        nd6 options=3D29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
```

Pay attention to the lagg options from the output.
> flags=3D4<USE_NUMA>
flags should have `USE_FLOWID` .

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270705-227>