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 /snapcraft | |
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 'snapcraft')
-rw-r--r-- | snapcraft/snapcraft.yaml.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/snapcraft/snapcraft.yaml.in b/snapcraft/snapcraft.yaml.in index 84f3136e0..cef02c397 100644 --- a/snapcraft/snapcraft.yaml.in +++ b/snapcraft/snapcraft.yaml.in @@ -369,7 +369,6 @@ parts: - --enable-ospfapi=yes - --enable-multipath=64 - --enable-rtadv - - --enable-irdp - --enable-user=root - --enable-group=root - --enable-pimd |