diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2019-01-08 01:39:43 -0800 |
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2019-01-08 01:39:43 -0800 |
| commit | 6a18454bd8216779b9b747d051cae58696e8ecc4 (patch) | |
| tree | a765dded21b960602dab9ba016834673afd1e6cf /configure.ac | |
| parent | 2c85480e37709b01e236617de9b21ae150b4a61b (diff) | |
FRRouting Release 3.0.4frr-3.0.4stable/3.0
Changes since 3.0.3:
- Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental
VNC) handling
- ospfd: allow multiple options in the redistribute command
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'configure.ac')
| -rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a6f70253b3..c951784b24 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.60) -AC_INIT(frr, 3.0.3, [https://github.com/frrouting/frr/issues]) +AC_INIT(frr, 3.0.4, [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" PACKAGE_FULLNAME="FRRouting" AC_SUBST(PACKAGE_FULLNAME) |
