summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2017-12-31 19:01:53 +0000
committerSami Kerola <kerolasa@iki.fi>2018-10-03 20:21:36 +0100
commit6c10e2936dd500e44f9856cf72855113c06ae704 (patch)
treeb1b08c698dccb9157c2cbcfda86731f36579186f /meson_options.txt
parent57fc1d0e363bb7e216ac4cfeb7fe9d1a90ac283e (diff)
downloadiputils-6c10e2936dd500e44f9856cf72855113c06ae704.tar.gz
ping: remove IPv6 source routing code
IPv6 IPV6_SRCRT_TYPE_0 has been deprecated for more than 10 years since Linux kernel 2.6.23. It is time to remove the zombie code. Reference: https://marc.info/?l=linux-netdev&m=118400217002760&w=2 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 3cb3dcc..9929692 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -43,8 +43,5 @@ option('BUILD_MANS', type : 'boolean', value : true,
option('ARPING_DEFAULT_DEVICE', type : 'string', value : '',
description : 'Default device for arping')
-option('USE_PING6_RTHDR', type : 'boolean', value : false,
- description : 'Use ping6 deprecated source routing')
-
option('USE_SYSFS', type : 'boolean', value : true,
description : 'Use /sys file system (arping)')