Jonas Gorski
Jonas Gorski
When configuring IP(v6) addresses on interfaces, the kernel will install appropriate prefix routes (except when using noprefixroute). When configuring addresses from the same subnet on multiple interfaces, the kernel will...
I observed the link cache sometimes returning an incomplete object of family `AF_BRIDGE`, but with no link type set (and thus any rtnl_link_bridge_* call triggering an assert). This happens shortly...
## Expected Behavior Multicast traffic is forwarded via hardware, and it is possible to achieve wire speed for multicast traffic. ## Actual Behavior Multicast traffic is forwarded via software, and...
The kernel refuses to remove fdb entries for VLANs that are not configured, but at the same time won't remove permanent entries on VLAN deletion, including extern_learn entries. Fortunately recent...
Add a auto cleanup helper for `nl_object`, and use it where appropriate for cache and xfrm.
Add various missing pieces around bond link support: * implement comparing bond link objects * implement cloning bond link objects * add getters for bond attributes * implement parsing link...
Since KNET uses a different channel for packets than OpenFlow and is much more efficient, higher packet rates than 1024 (the default) is easily doable. So set the rx rate...