]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Update doc to reflect default pim6d in packaging 12362/head
authorMartin Winter <mwinter@opensourcerouting.org>
Mon, 21 Nov 2022 19:09:41 +0000 (20:09 +0100)
committerMartin Winter <mwinter@opensourcerouting.org>
Mon, 21 Nov 2022 19:09:41 +0000 (20:09 +0100)
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
doc/developer/packaging-debian.rst
doc/developer/packaging-redhat.rst

index 9aeb78c4fd88e8d378b2fcbc5caa07106cb751b1..c2c3b7e7e1eba9050ce898c55b24e02decd6e32a 100644 (file)
@@ -66,7 +66,7 @@ buster.)
      +----------------+-------------------+-----------------------------------------+
      | 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
index 9e64b912f3e4af65566626fd137222a81cf0783e..d88f449926b32e267b551042a37a694270beaa3b 100644 (file)
@@ -83,6 +83,7 @@ Tested on CentOS 6, CentOS 7, CentOS 8 and Fedora 24.
       %{!?with_watchfrr:      %global  with_watchfrr      1 }
       %{!?with_bgp_vnc:       %global  with_bgp_vnc       0 }
       %{!?with_pimd:          %global  with_pimd          1 }
+      %{!?with_pim6d:         %global  with_pim6d         1 }
       %{!?with_rpki:          %global  with_rpki          0 }
 
 8. Build the RPM::