diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-20 20:43:46 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-20 20:43:46 +0000 |
commit | 42c316c631664380e0a7e20ceeda99eec2c0aa8a (patch) | |
tree | 1541da4aa23b60dfe36f3328f1aa98610353fda9 /net/Makefile | |
parent | ca87f9b768790555d6949b412affefba141e7aff (diff) |
net/py-pyroute2.ipset: Add py-pyroute2.ipset 0.6.4
PyRoute2 is a pure Python netlink library.
This module provides IPSet and WiSet classes.
WWW: https://github.com/svinota/pyroute2/tree/master/pyroute2.ipset
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 8d7cef62056f..28b4785357be 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1075,6 +1075,7 @@ SUBDIR += py-pyroute2 SUBDIR += py-pyroute2.core SUBDIR += py-pyroute2.ethtool + SUBDIR += py-pyroute2.ipset SUBDIR += py-pysendfile SUBDIR += py-pyshark SUBDIR += py-pysmb |