Bug #266659: we really need to allow peer, pointtopoint in parsing config lines.

This commit is contained in:
Robin H. Johnson 2010-12-11 18:29:34 -08:00
parent 400b45d590
commit 7f7baa6c3c

View File

@ -402,7 +402,7 @@ _load_config()
set -- ${config}
# Of course, we may have a single address added old style.
case "$2" in
netmask|broadcast|brd|brd+)
netmask|broadcast|brd|brd+|peer|pointopoint)
local IFS="$__IFS"
set -- ${config}
;;