diff --git a/net/frr/Makefile b/net/frr/Makefile index 4e59d97df..f623b151b 100644 --- a/net/frr/Makefile +++ b/net/frr/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= frr -PLUGIN_VERSION= 1.30 +PLUGIN_VERSION= 1.31 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 3346819b2..51c8c767f 100644 --- a/net/frr/pkg-descr +++ b/net/frr/pkg-descr @@ -12,6 +12,10 @@ WWW: https://frrouting.org/ Plugin Changelog ================ +1.31 + +* Set no bgp default ipv4-unicast (contributed by vnxme) + 1.30 * Allow specifying multiple PrefixLists and CommunityLists (contributed by Patrik Kernstock)