aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pyroute2.ipset/001-ipset-content.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-pyroute2.ipset/001-ipset-content.patch')
-rw-r--r--community/py3-pyroute2.ipset/001-ipset-content.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/py3-pyroute2.ipset/001-ipset-content.patch b/community/py3-pyroute2.ipset/001-ipset-content.patch
deleted file mode 100644
index 88c9efd0081..00000000000
--- a/community/py3-pyroute2.ipset/001-ipset-content.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/pr2modules/wiset.py.orig 2021-05-12 23:14:00.000000000 +0200
-+++ b/pr2modules/wiset.py 2021-08-13 19:12:57.590768736 +0200
-@@ -251,6 +251,8 @@
- proto = IP_PROTOCOLS.get(proto, str(proto)).lower()
- key += '{proto}:'.format(proto=proto)
- key += str(entry.get_attr("IPSET_ATTR_PORT_FROM"))
-+ elif parse_type == "mac":
-+ key += entry.get_attr("IPSET_ATTR_ETHER")
- key += ","
-
- key = key.strip(",")