Skip to content

Commit

Permalink
get rid of sysctls that were removed
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowman committed Aug 19, 2017
1 parent bf9ecd5 commit b58edcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sysctl.c
Expand Up @@ -128,8 +128,6 @@ struct ipsysctl ip6sysctls[] = {
{ "forwarding", { CTL_NET, PF_INET6, IPPROTO_IPV6, IPV6CTL_FORWARDING, MIB_STOP, 0 }, 0, 1 },
{ "multipath", { CTL_NET, PF_INET6, IPPROTO_IPV6, IPV6CTL_MULTIPATH, MIB_STOP, 0 }, 0, 1 },
{ "mforwarding", { CTL_NET, PF_INET6, IPPROTO_IPV6, IPV6CTL_MFORWARDING, MIB_STOP, 0 }, 0, 1 },
{ "maxifprefixes", { CTL_NET, PF_INET6, IPPROTO_IPV6, IPV6CTL_MAXIFPREFIXES, MIB_STOP, 0 }, DEFAULT_MAXIFPREFIXES, 0 },
{ "maxifdefrouters", { CTL_NET, PF_INET6, IPPROTO_IPV6, IPV6CTL_MAXIFDEFROUTERS, MIB_STOP, 0 }, DEFAULT_MAXIFDEFROUTERS, 0 },
{ "maxdynroutes", { CTL_NET, PF_INET6, IPPROTO_IPV6, IPV6CTL_MAXDYNROUTES, MIB_STOP, 0 }, DEFAULT_MAXDYNROUTES, 0 },
{ "ifq-maxlen", { CTL_NET, PF_INET6, IPPROTO_IPV6, IPV6CTL_IFQUEUE, IFQCTL_MAXLEN, MIB_STOP }, IFQ_MAXLEN, 0 },
{ 0, { 0, 0, 0, 0, 0, 0 }, 0, 0 }
Expand Down

0 comments on commit b58edcd

Please sign in to comment.