git: 49f754e22251 - main - net/frr8-pythontools: Extra tools related to new major frr version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Jul 2022 12:13:01 UTC
The branch main has been updated by olivier: URL: https://cgit.FreeBSD.org/ports/commit/?id=49f754e2225188ad07e64b7d505ffc44e3590306 commit 49f754e2225188ad07e64b7d505ffc44e3590306 Author: Olivier Cochard <olivier@FreeBSD.org> AuthorDate: 2022-07-07 11:52:46 +0000 Commit: Olivier Cochard <olivier@FreeBSD.org> CommitDate: 2022-07-07 12:12:51 +0000 net/frr8-pythontools: Extra tools related to new major frr version PR: 260950 --- net/Makefile | 1 + net/frr8-pythontools/Makefile | 7 +++++++ net/frr8-pythontools/pkg-plist | 3 +++ 3 files changed, 11 insertions(+) diff --git a/net/Makefile b/net/Makefile index 0b9b2633d090..710296f365c8 100644 --- a/net/Makefile +++ b/net/Makefile @@ -168,6 +168,7 @@ SUBDIR += frr7 SUBDIR += frr7-pythontools SUBDIR += frr8 + SUBDIR += frr8-pythontools SUBDIR += fspclient SUBDIR += fspd SUBDIR += fsplib 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