diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2013-01-30 16:57:55 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2013-01-30 16:57:55 +0000 |
commit | 5401cf7a4b6bcb4826c58e753ee08b9c746a59d4 (patch) | |
tree | 7b51c6d418aa77ccde8f34a2c845a84f22e8669a /net/u6rd/files | |
parent | 2a544b024280cb9885f6114dfa09a9a3dbcb62eb (diff) |
Notes
Diffstat (limited to 'net/u6rd/files')
-rw-r--r-- | net/u6rd/files/u6rd.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/u6rd/files/u6rd.in b/net/u6rd/files/u6rd.in index faa156b0154f..2e42cf8aedca 100644 --- a/net/u6rd/files/u6rd.in +++ b/net/u6rd/files/u6rd.in @@ -52,7 +52,8 @@ plen_equal() start_precmd() { ifconfig ${u6rd_interface} create - ifconfig ${u6rd_interface} inet6 -nud -ifdisabled + ifconfig ${u6rd_interface} inet6 -ifdisabled >/dev/null 2>&1 + ifconfig ${u6rd_interface} inet6 -nud if [ -n "${u6rd_my_v6_addr}" ]; then ifconfig ${u6rd_interface} inet6 ${u6rd_my_v6_addr} fi |