diff options
author | zsdc <taras@sentrium.io> | 2019-10-08 19:44:59 +0300 |
---|---|---|
committer | zsdc <taras@sentrium.io> | 2019-10-08 19:44:59 +0300 |
commit | 455389f6becbbec93f16bc31289c0ae46d278e08 (patch) | |
tree | 805b7d6d41aef412f869a3d6913c698da14a8813 /Makefile.am | |
parent | 0f8641babb207e36c2b1637aea7cc2761c54f31b (diff) | |
download | vyatta-cfg-quagga-455389f6becbbec93f16bc31289c0ae46d278e08.tar.gz vyatta-cfg-quagga-455389f6becbbec93f16bc31289c0ae46d278e08.zip |
[BGP] T1490: Deleted bgp scan-time parameter
Deleted obsoleted BGP scan-time parameter, as it never existed in FRRouting as unneeded - there is used more modern next-hop tracking instead.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 434de372..cd4b1ba8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ share_perl5_DATA = lib/Vyatta/Quagga/Config.pm src_check_prefix_boundary = src/check_prefix_boundary.c -curver_DATA = cfg-version/quagga@3 +curver_DATA = cfg-version/quagga@4 cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |