mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 17:18:56 +00:00
doc: Update doc to reflect default pim6d in packaging
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
57cb276d36
commit
43364c5a99
@ -66,7 +66,7 @@ buster.)
|
|||||||
+----------------+-------------------+-----------------------------------------+
|
+----------------+-------------------+-----------------------------------------+
|
||||||
| pkg.frr.lua | pkg.frr.nolua | builds lua scripting extension |
|
| pkg.frr.lua | pkg.frr.nolua | builds lua scripting extension |
|
||||||
+----------------+-------------------+-----------------------------------------+
|
+----------------+-------------------+-----------------------------------------+
|
||||||
| pkg.frr.pim6d | pkg.frr.nopim6d | builds pim6d (work in progress) |
|
| pkg.frr.pim6d | pkg.frr.nopim6d | builds pim6d (default enabled) |
|
||||||
+----------------+-------------------+-----------------------------------------+
|
+----------------+-------------------+-----------------------------------------+
|
||||||
|
|
||||||
* the ``-uc -us`` options to disable signing the packages with your GPG key
|
* the ``-uc -us`` options to disable signing the packages with your GPG key
|
||||||
|
@ -83,6 +83,7 @@ Tested on CentOS 6, CentOS 7, CentOS 8 and Fedora 24.
|
|||||||
%{!?with_watchfrr: %global with_watchfrr 1 }
|
%{!?with_watchfrr: %global with_watchfrr 1 }
|
||||||
%{!?with_bgp_vnc: %global with_bgp_vnc 0 }
|
%{!?with_bgp_vnc: %global with_bgp_vnc 0 }
|
||||||
%{!?with_pimd: %global with_pimd 1 }
|
%{!?with_pimd: %global with_pimd 1 }
|
||||||
|
%{!?with_pim6d: %global with_pim6d 1 }
|
||||||
%{!?with_rpki: %global with_rpki 0 }
|
%{!?with_rpki: %global with_rpki 0 }
|
||||||
|
|
||||||
8. Build the RPM::
|
8. Build the RPM::
|
||||||
|
Loading…
Reference in New Issue
Block a user