summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPetr Vorel <pvorel@suse.cz>2021-12-15 15:17:57 +0100
committerPetr Vorel <pvorel@suse.cz>2021-12-24 00:10:14 +0100
commit74478064d3859b326dc185747a1b2e638afd6e88 (patch)
tree99c2075e5da05c55a4484b5d60871d8ea1b57841 /.github
parentfba7b62bc16f36173a1820df62cf65d5b9d5b9a1 (diff)
downloadiputils-74478064d3859b326dc185747a1b2e638afd6e88.tar.gz
Remove rdisc
rdisc implements both client and server side of the ICMP Internet Router Discovery Protocol (IRDP) defined in RFC 1256. It haven't been actively used by many decades. Nowadays replaced by DHCP. Fixes: https://github.com/iputils/iputils/issues/363 Acked-by: Jan Synacek <jan.synacek@scrive.com> Acked-by: Mike Gilbert <floppym@gentoo.org> Acked-by: Rosen Penev <rosenp@gmail.com> Acked-by: Mike Frysinger <vapier@gentoo.org> Acked-by: Sevan Janiyan <venture37@geeklan.co.uk> Signed-off-by: Petr Vorel <pvorel@suse.cz>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8205c6c..0ebf4af 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
- container: "debian:stable"
env:
CC: gcc
- EXTRA_BUILD_OPTS: "-DUSE_CAP=false -DUSE_IDN=false -DBUILD_ARPING=false -DBUILD_CLOCKDIFF=false -DENABLE_RDISC_SERVER=false -DNO_SETCAP_OR_SUID=true -DUSE_GETTEXT=false"
+ EXTRA_BUILD_OPTS: "-DUSE_CAP=false -DUSE_IDN=false -DBUILD_ARPING=false -DBUILD_CLOCKDIFF=false -DNO_SETCAP_OR_SUID=true -DUSE_GETTEXT=false"
# other builds
- container: "centos:latest"