diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-24 04:11:07 +0100 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 22:50:40 +0100 |
commit | def695f4edd066156a8d16d6c382f0f00b7082ff (patch) | |
tree | 984ae7de77a8dc297ef041a4752991e5311d21e4 /doc | |
parent | Merge pull request #15243 from opensourcerouting/autoconf-dir-mess (diff) | |
download | frr-def695f4edd066156a8d16d6c382f0f00b7082ff.tar.xz frr-def695f4edd066156a8d16d6c382f0f00b7082ff.zip |
zebra, build: disable irdp by default
IRDP client (rdisc) was deleted from iputils more than 2 years ago. It's
time to drop IRDP, but first let's stop building and including it in the
packages by default to see if anyone will be complaining.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/installation.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/user/installation.rst b/doc/user/installation.rst index efe478769..fb9e23d13 100644 --- a/doc/user/installation.rst +++ b/doc/user/installation.rst @@ -234,10 +234,9 @@ options from the list below. assigned to the realm. See the tc man page. This option is currently not compatible with the usage of nexthop groups in the linux kernel itself. -.. option:: --disable-irdp +.. option:: --enable-irdp - Disable IRDP server support. This is enabled by default if we have - both `struct in_pktinfo` and `struct icmphdr` available to us. + Enable IRDP server support. This is deprecated. .. option:: --disable-rtadv |