What's Changed
- Fix deprecated comments by @champtar in #1011
- Fix: Do not crash when enumerating tc filters with unknown actionType by @Matus-p in #1013
- Fix SetSendTimeout/SetReceiveTimeout by @robmry in #1012
- capture and return errors in ConntrackDeleteFilters by @aroradaman in #1014
- Fix FouList attribute body truncated error with kernel 5.2+ by @chanfung032 in #1017
- Preserve results when NLM_F_DUMP_INTR is set by @robmry in #1018
- netkit: Add support for IFLA_NETKIT_SCRUB and IFLA_NETKIT_PEER_SCRUB by @jrife in #1022
- fix CI failed Incidental in TestRuleListFiltered by @wangling94 in #1043
- disable broadcast if broadcast is set to net.IPv4zero by @WeidiDeng in #1037
- .github/workflows: Bump CI Go version to v1.22 by @dylandreimerink in #1049
- TC FLOWER enrich match field and action about vlan by @wangling94 in #1045
- link_linux: Add deserialization of
IFF_RUNNINGflag by @dylandreimerink in #1038 - Preserve results when NLM_F_DUMP_INTR is set by @adrianmoisey in #1050
- Add IFLA_PARENT_DEV_NAME / IFLA_PARENT_DEV_BUS_NAME to links by @akerouanton in #1051
- conntrack: prevent potential memory leak by @aroradaman in #1058
- Fix parsing 4-bytes attribute by @Asphaltt in #1034
- fix: Use correct offset for unix socket diagnosis by @srebhan in #1061
- vxlan: Fix parseVxlanData for source port range by @borkmann in #1062
- netkit: Allow setting MAC address in L2 mode by @jrife in #1063
- Add support for MTU Lock by @trozet in #1067
- pedit: Fix EncodeActions to add TcGen for pedit action by @chent1996 in #1065
- go.mod: github.com/vishvananda/netns v0.0.5 by @thaJeztah in #1056
- Add
OifIndexoption forRouteGetWithOptionsby @dylandreimerink in #1060 - Support TC "sample" filter action by @lorenz in #1042
- Add support for XFRMA_SA_DIR and XFRMA_SA_PCPU attributes for XFRM by @ChinmayaSharma-hue in #1044
- Add support for ARP/ND Timestamps when retriving neighbors by @jlamanna in #1039
New Contributors
- @Matus-p made their first contribution in #1013
- @robmry made their first contribution in #1012
- @chanfung032 made their first contribution in #1017
- @jrife made their first contribution in #1022
- @wangling94 made their first contribution in #1043
- @WeidiDeng made their first contribution in #1037
- @dylandreimerink made their first contribution in #1049
- @adrianmoisey made their first contribution in #1050
- @akerouanton made their first contribution in #1051
- @Asphaltt made their first contribution in #1034
- @trozet made their first contribution in #1067
- @ChinmayaSharma-hue made their first contribution in #1044
- @jlamanna made their first contribution in #1039
Full Changelog: v1.3.0...v1.3.1
What's Changed
- Fix deprecated comments by @champtar in #1011
- Fix: Do not crash when enumerating tc filters with unknown actionType by @Matus-p in #1013
- Fix SetSendTimeout/SetReceiveTimeout by @robmry in #1012
- capture and return errors in ConntrackDeleteFilters by @aroradaman in #1014
- Fix FouList attribute body truncated error with kernel 5.2+ by @chanfung032 in #1017
- Preserve results when NLM_F_DUMP_INTR is set by @robmry in #1018
- netkit: Add support for IFLA_NETKIT_SCRUB and IFLA_NETKIT_PEER_SCRUB by @jrife in #1022
- fix CI failed Incidental in TestRuleListFiltered by @wangling94 in #1043
- disable broadcast if broadcast is set to net.IPv4zero by @WeidiDeng in #1037
- .github/workflows: Bump CI Go version to v1.22 by @dylandreimerink in #1049
- TC FLOWER enrich match field and action about vlan by @wangling94 in #1045
- link_linux: Add deserialization of
IFF_RUNNINGflag by @dylandreimerink in #1038 - Preserve results when NLM_F_DUMP_INTR is set by @adrianmoisey in #1050
- Add IFLA_PARENT_DEV_NAME / IFLA_PARENT_DEV_BUS_NAME to links by @akerouanton in #1051
- conntrack: prevent potential memory leak by @aroradaman in #1058
- Fix parsing 4-bytes attribute by @Asphaltt in #1034
- fix: Use correct offset for unix socket diagnosis by @srebhan in #1061
- vxlan: Fix parseVxlanData for source port range by @borkmann in #1062
- netkit: Allow setting MAC address in L2 mode by @jrife in #1063
- Add support for MTU Lock by @trozet in #1067
- pedit: Fix EncodeActions to add TcGen for pedit action by @chent1996 in #1065
- go.mod: github.com/vishvananda/netns v0.0.5 by @thaJeztah in #1056
- Add
OifIndexoption forRouteGetWithOptionsby @dylandreimerink in #1060 - Support TC "sample" filter action by @lorenz in #1042
- Add support for XFRMA_SA_DIR and XFRMA_SA_PCPU attributes for XFRM by @ChinmayaSharma-hue in #1044
- Add support for ARP/ND Timestamps when retriving neighbors by @jlamanna in #1039
- Add support for missing TUN/TAP parameters from Linux kernel by @vanytsvetkov in #1066
- add SRv6 Encaps support for END.DT4 by @gunofmoon in #944
- fix: add missing CLOEXEC flag by @smira in #1023
- tests: Improve address unit test infrastructure by @yunginnanet in #1047
- addr_linux: don't require label to be prefixed with interface name by @julianwiedmann in #1072
- feat: add IFLA_INET6_ADDR_GEN_MODE support by @zlaval in #1073
- geneve: Support setting/getting source port range by @borkmann in #1077
- feat: add support for RtoMin lock by @gongguan in #1076
- veth: allow configuring peer attributes beyond namespace and address by @gwenya in #1079
- qdisc: fix wrong type info of tc_sfq_qopt by @lwintermelon in #1083
- Mimic
ipsetC code for determining correct default ipset revision forhash:ip{port,net,etc}by @bleggett in #1031 - bugfix: parse ipv4 src/dst error by @Charlie17Li in #1015
- rdma: support rdma resource and statistic for monitoring by @BSWANG in #970
- feat: add vlanid - tunnelid mapping support by @zlaval in #1074
- add classid and port range support for flower filter by @lwintermelon in #1082
- add support for flags and qos maps of vlan links by @gwenya in #1078
New Contributors
- @Matus-p made their first contribution in #1013
- @robmry made their first contribution in #1012
- @chanfung032 made their first contribution in #1017
- @jrife made their first contribution in #1022
- @wangling94 made their first contribution in #1043
- @WeidiDeng made their first contribution in #1037
- @dylandreimerink made their first contribution in #1049
- @adrianmoisey made their first contribution in #1050
- @akerouanton made their first contribution in #1051
- @Asphaltt made their first contribution in #1034
- @trozet made their first contribution in #1067
- @ChinmayaSharma-hue made their first contribution in #1044
- @jlamanna made their first contribution in #1039
- @vanytsvetkov made their first contribution in #1066
- @gunofmoon made their first contribution in #944
- @smira made their first contribution in #1023
- @yunginnanet made their first contribution in #1047
- @julianwiedmann made their first contribution in #1072
- @zlaval made their first contribution in #1073
- @gongguan made their first contribution in #1076
- @gwenya made their first contribution in #1079
- @lwintermelon made their first contribution in #1083
- @bleggett made their first contribution in #1031
- @Charlie17Li made their first contribution in #1015
Full Changelog: v1.3.0...v1.3.1