diff options
author | Roy Marples <roy@marples.name> | 2008-01-10 23:22:46 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-10 23:22:46 +0000 |
commit | 2d95c9a756c4c7b9301e04c274c3b139e0d1aef4 (patch) | |
tree | 4bd58fa2b4b8e01f5df1352ce7d06effe719b441 /net.BSD/ifconfig.sh | |
parent | 5aea880f8158945d2cc9390891de6af8ca0a9b28 (diff) |
Loads of NetBSD tweaks here.
Diffstat (limited to 'net.BSD/ifconfig.sh')
-rw-r--r-- | net.BSD/ifconfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net.BSD/ifconfig.sh b/net.BSD/ifconfig.sh index d8957e95..438632cf 100644 --- a/net.BSD/ifconfig.sh +++ b/net.BSD/ifconfig.sh @@ -128,7 +128,7 @@ _add_address() { # ifconfig doesn't like CIDR addresses case "${RC_UNAME}" in - NetBSD|OpenBSD) + OpenBSD) local ip="${1%%/*}" cidr="${1##*/}" netmask= if [ -n "${cidr}" -a "${cidr}" != "${ip}" ]; then netmask="$(_cidr2netmask "${cidr}")" |