Fix pointopoint typo in old ifconfig setup.

This commit is contained in:
Robin H. Johnson 2010-12-15 12:37:50 -08:00
parent 7f7baa6c3c
commit 12a91636f4

View File

@ -172,7 +172,7 @@ _add_address()
cmd="${cmd} broadcast"
fi
;;
peer) cmd="${cmd} pointtopoint";;
peer) cmd="${cmd} pointopoint";;
*) cmd="${cmd} $1";;
esac
shift