diff options
author | Robin H. Johnson <robbat2@orbis-terrarum.net> | 2010-12-15 12:37:50 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@orbis-terrarum.net> | 2010-12-15 12:37:50 -0800 |
commit | 12a91636f43276c984487daef5b39e6d64603165 (patch) | |
tree | f4adee7cbb828d6c55a8c86e4c4897e94ecc7a30 /net | |
parent | 7f7baa6c3ce6f22e919f4465d05187c8e2245bcb (diff) |
Fix pointopoint typo in old ifconfig setup.
Diffstat (limited to 'net')
-rw-r--r-- | net/ifconfig.sh.Linux.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ifconfig.sh.Linux.in b/net/ifconfig.sh.Linux.in index 85fc6ea5..74fcc9f4 100644 --- a/net/ifconfig.sh.Linux.in +++ b/net/ifconfig.sh.Linux.in @@ -172,7 +172,7 @@ _add_address() cmd="${cmd} broadcast" fi ;; - peer) cmd="${cmd} pointtopoint";; + peer) cmd="${cmd} pointopoint";; *) cmd="${cmd} $1";; esac shift |