Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/ip6addrctl
| Show First 20 Lines • Show All 114 Lines • ▼ Show 20 Lines | |||||
| ip6addrctl_stop() | ip6addrctl_stop() | ||||
| { | { | ||||
| afexists inet6 || return 0 | afexists inet6 || return 0 | ||||
| ip6addrctl flush >/dev/null 2>&1 | ip6addrctl flush >/dev/null 2>&1 | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: config setting | |||||
| ipv6addrctl_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||