Browse Source

net-snmp: changed to enable IPv6 support by default

user/chris/next/0.4
Christian Wiese 12 years ago committed by Christian Wiese
parent
commit
50b979d74b
  1. 3
      network/net-snmp/net-snmp.conf

3
network/net-snmp/net-snmp.conf

@ -22,6 +22,9 @@ fi
# Use defaults for prompted values
var_append confopt ' ' "--with-defaults"
# IPv6 support by default
var_append extraconfopt ' ' "--enable-ipv6"
# optional tcp_wrappers support
pkginstalled tcp_wrappers && var_append confopt ' ' "--with-libwrap"

Loading…
Cancel
Save