diff --git a/net/frr/Makefile b/net/frr/Makefile index f55bc98fc..ff6f9271d 100644 --- a/net/frr/Makefile +++ b/net/frr/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= frr -PLUGIN_VERSION= 1.32 -PLUGIN_REVISION= 2 +PLUGIN_VERSION= 1.33 PLUGIN_COMMENT= The FRRouting Protocol Suite PLUGIN_DEPENDS= frr7 PLUGIN_MAINTAINER= franz.fabian.94@gmail.com diff --git a/net/frr/pkg-descr b/net/frr/pkg-descr index 91ccb9531..00f77cfff 100644 --- a/net/frr/pkg-descr +++ b/net/frr/pkg-descr @@ -12,6 +12,10 @@ WWW: https://frrouting.org/ Plugin Changelog ================ +1.33 + +* Allow both IPv4 and IPv6 in BGP via setkey (contributed by as8net) + 1.32 * Add attribute-unchanged option (contributed by Patrik Kernstock)