Skip to content

Allow specifying INET family

Simon Redman requested to merge inet-family into master

I have not actually tested IPv4 specifying this, but it "works for me" to send a packet with 'family': 10 which allows an IPv6 match to be added

Ref: https://docs.pyroute2.org/iproute.html : "family — rule’s family (socket.AF_INET (default) or socket.AF_INET6)"

Merge request reports