From 7f7baa6c3ce6f22e919f4465d05187c8e2245bcb Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 11 Dec 2010 18:29:34 -0800 Subject: [PATCH] Bug #266659: we really need to allow peer, pointtopoint in parsing config lines. --- init.d/net.lo.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/net.lo.in b/init.d/net.lo.in index 24039878..30d01869 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -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} ;;