Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/netoptions
| Show First 20 Lines • Show All 116 Lines • ▼ Show 20 Lines | *) | ||||
| echo -n " IPv6 CPE WANIF=${ipv6_cpe_wanif}" | echo -n " IPv6 CPE WANIF=${ipv6_cpe_wanif}" | ||||
| ${SYSCTL} net.inet6.ip6.no_radr=1 >/dev/null | ${SYSCTL} net.inet6.ip6.no_radr=1 >/dev/null | ||||
| ${SYSCTL} net.inet6.ip6.rfc6204w3=1 >/dev/null | ${SYSCTL} net.inet6.ip6.rfc6204w3=1 >/dev/null | ||||
| ;; | ;; | ||||
| esac | esac | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: config setting | |||||
| netoptions_svcj="NO" | |||||
| run_rc_command $1 | run_rc_command $1 | ||||