diff options
author | Olivier Cochard <olivier@FreeBSD.org> | 2022-07-07 11:52:46 +0000 |
---|---|---|
committer | Olivier Cochard <olivier@FreeBSD.org> | 2022-07-07 12:12:51 +0000 |
commit | 49f754e2225188ad07e64b7d505ffc44e3590306 (patch) | |
tree | fd621f0ce3b51d53ee840799d567fffc88c2cc0a /net/frr8-pythontools | |
parent | 04630d170791e12f2b698167a1002d1dad028849 (diff) | |
download | ports-49f754e2225188ad07e64b7d505ffc44e3590306.tar.gz ports-49f754e2225188ad07e64b7d505ffc44e3590306.zip |
Diffstat (limited to 'net/frr8-pythontools')
-rw-r--r-- | net/frr8-pythontools/Makefile | 7 | ||||
-rw-r--r-- | net/frr8-pythontools/pkg-plist | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/net/frr8-pythontools/Makefile b/net/frr8-pythontools/Makefile new file mode 100644 index 000000000000..98244f38bd5f --- /dev/null +++ b/net/frr8-pythontools/Makefile @@ -0,0 +1,7 @@ +COMMENT= Provide configuration reload functionality for FRR + +PYTHONTOOLS= yes + +MASTERDIR= ${.CURDIR}/../frr8 + +.include "${MASTERDIR}/Makefile" diff --git a/net/frr8-pythontools/pkg-plist b/net/frr8-pythontools/pkg-plist new file mode 100644 index 000000000000..1304b08bdb89 --- /dev/null +++ b/net/frr8-pythontools/pkg-plist @@ -0,0 +1,3 @@ +sbin/frr-reload.py +sbin/generate_support_bundle.py +%%ETCDIR%%/support_bundle_commands.conf |