From 11ffff0d2a9c7e32a12ed5c33bb341abeb3eee71 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 11 Aug 2021 15:47:10 +0200 Subject: bgp: T548: bugfix config version Commit 73c013ba ("bgp: T548: Add ipv6 maximum-path and migrate to proper afi") did not update Makefile.am with the new quagga version causing builds to fail. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1bed4416..a2fb0484 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ share_perl5_DATA = lib/Vyatta/Quagga/Config.pm src_check_prefix_boundary = src/check_prefix_boundary.c -curver_DATA = cfg-version/quagga@7 +curver_DATA = cfg-version/quagga@8 cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd -- cgit v1.2.3