Package: golang-github-vishvananda-netlink / 1.1.0-2

Metadata

Package Version Patches format
golang-github-vishvananda-netlink 1.1.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 conntrack filter by port and protocol.patch | (download)

conntrack_linux.go | 116 88 + 28 - 0 !
conntrack_test.go | 166 134 + 32 - 0 !
2 files changed, 222 insertions(+), 60 deletions(-)

 conntrack filter by port and protocol

Add a new method to the ConntrackFilter to be able to
filter conntrack entries by Layer 4 protocol and source
and destination port.

Signed-off-by: Antonio Ojea <aojea@redhat.com>