]> git.proxmox.com Git - mirror_frr.git/commitdiff
enable irdp
authorpaul <paul>
Wed, 28 Jul 2004 14:11:55 +0000 (14:11 +0000)
committerpaul <paul>
Wed, 28 Jul 2004 14:11:55 +0000 (14:11 +0000)
redhat/quagga.spec.in

index df2534578792d9a575ecdae528eaaaa62a015247..f3b87b92704d3d0c0df45a67c31782e1dc0510ff 100644 (file)
@@ -10,6 +10,7 @@
 %define                with_ipv6       1
 %define                with_ospfclient 1
 %define                with_ospfapi    1
+%define                with_irdp       1
 %define                with_multipath  64
 %define                quagga_user     quagga
 %define                vty_group       quaggavty
@@ -127,6 +128,11 @@ developing OSPF-API and quagga applications.
 %else
        --enable-ospfapi=no \
 %endif
+%if %with_irdp
+       --enable-irdp=yes \
+%else
+       --enable-irdp=no \
+%endif
 %if %with_pam
        --with-libpam \
 %endif