Nmap Development mailing list archives

optional ipv6 support


From: "Rick \"Zero_Chaos\" Farina" <zerochaos () gentoo org>
Date: Tue, 29 Jan 2013 22:24:12 -0500

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Currently the only ipv6 related things happening in configure.ac is this:

dnl Check IPv6 raw sending flavor.
CHECK_IPV6_IPPROTO_RAW

This means that when configure runs it checks libpcap for ipv6 support
and enables if it finds support.

For many reasons, this is not a great thing.  So call "automagic
dependencies" [1] cause a great deal of heartache when things are
rebuilt or binaries are transfered to other systems.  Would it be
possible to add --enable-ipv6 --disable-ipv6 flags like in nbase?

# Check for IPv6 support -- modified from Apache 2.0.40:

AC_ARG_ENABLE(ipv6,
  [  --disable-ipv6          Disable IPv6 support ],
  [ if test "$enableval" = "no"; then
        user_disabled_ipv6=1
    fi ],
  [ user_disabled_ipv6=0 ] )


Thanks for your consideration,

Zero


[1] http://www.gentoo.org/proj/en/qa/automagic.xml
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJRCJJcAAoJEKXdFCfdEflKdRAP/2cwShKLr/fTqW5sn8SiSSmp
mBCU+yu9gzxbgWEtvLO8JsR5cMDBt48j7So936UwpQKN2II4By7BzpUinialIZj6
VyrdiRhBFwhxT3FSJgchE8SNPFbli5qdFahxpbn5fYvWXSahpMgbs5Vke3W1Mf/n
ZJ/PWnYXzXVWFIg5HIC04MDrjDvGUF14YZqIZiYUyNTDUnMeMQhYmsXWp19iGVVl
n6xBAsLCJPyUf6g4TimRnLlI+LP1M7tEhwZeuDA1AWUDzpbhvC5FGb9ejobb5vas
or+D5EvfChf/ZVDfx7yVhKbJpmqwgqMJXTuNiXNPvNIYHd+xdbui8DsT3Dsbicx+
6H00U9J8H4BAIeZ3FVLZHB5oy9KNIxTXZ2AXk6DK3AGGXWkNvccqxPIrJKD41u/y
jxzqzJdFHPsokGVbzHDVJbmT2Jp/FYIT16DxLRk6nHuOdD1CA5qqxh8WjQHzOjDC
iv+fjDrdC/TG1niAOBGOEGUnFLtYgP/1FonkV3ilk+y8Aq9ilp+1cHgFeZDYXUkB
olu8KzCEZCpphftfJ9xLgiDqcW8kHvewmwW4i6RHoEyH2/FijO+jRFFYAZgFR2aE
mnsEyIJXe3t2N2YZ2uWZlKLAJ8rRF7A49wzj/oqRSpVyRd74Cear5+9e8wImEqMI
0U4zIotUjYyaofTCvmB1
=gZ7q
-----END PGP SIGNATURE-----
_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: