Bug #266659: we really need to allow peer, pointtopoint in parsing config lines.
This commit is contained in:
parent
400b45d590
commit
7f7baa6c3c
@ -402,7 +402,7 @@ _load_config()
|
|||||||
set -- ${config}
|
set -- ${config}
|
||||||
# Of course, we may have a single address added old style.
|
# Of course, we may have a single address added old style.
|
||||||
case "$2" in
|
case "$2" in
|
||||||
netmask|broadcast|brd|brd+)
|
netmask|broadcast|brd|brd+|peer|pointopoint)
|
||||||
local IFS="$__IFS"
|
local IFS="$__IFS"
|
||||||
set -- ${config}
|
set -- ${config}
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user