summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2018-07-05 00:40:17 -0700
committerMartin Winter <mwinter@opensourcerouting.org>2018-07-05 00:40:17 -0700
commit85f25d8214cb35cebda6338ac5118459129449b3 (patch)
tree22e2124b8d03ae188e544d6e076ac8f4511612b8 /configure.ac
parent5023daa5382aca7bda4cbffa1eac0bd601ab6a9f (diff)
FRRouting Release 5.0.1frr-5.0.1
Changes since 5.0: - Support Automake 1.16.1 - BGPd: Support for flowspec ICMP, DSCP, packet length, fragment and tcp flags - BGPd: fix rpki validation for ipv6 - VRF: Workaround for kernel bug on Linux 4.14 and newer - Zebra: Fix interface based routes from zebra not marked up - Zebra: Fix large zebra memory usage when redistribute between protocols - Zebra: Allow route-maps to match on source instance - BGPd: Backport peer-attr overrides, peer-level enforce-first-as and filtered-routes fix - BGPd: fix for crash during display of filtered-routes - BGPd: Actually display labeled unicast routes received - Label Manager: Fix to work correctly behind a label manager proxy - Debian Package: Fix build dependency for install-info Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4d7c782716..ca7e945275 100755
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
##
AC_PREREQ(2.60)
-AC_INIT(frr, 5.0, [https://github.com/frrouting/frr/issues])
+AC_INIT(frr, 5.0.1, [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
AC_SUBST(PACKAGE_URL)
PACKAGE_FULLNAME="FRRouting"