summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@orbis-terrarum.net>2010-12-11 18:29:34 -0800
committerRobin H. Johnson <robbat2@orbis-terrarum.net>2010-12-11 18:29:34 -0800
commit7f7baa6c3ce6f22e919f4465d05187c8e2245bcb (patch)
tree44b6e7be41e565af73619b935ce1d3d20de0a4d2
parent400b45d590b883050e171a34daec3fe40b58b76e (diff)
downloadopenrc-7f7baa6c3ce6f22e919f4465d05187c8e2245bcb.tar.gz
openrc-7f7baa6c3ce6f22e919f4465d05187c8e2245bcb.tar.bz2
openrc-7f7baa6c3ce6f22e919f4465d05187c8e2245bcb.tar.xz
Bug #266659: we really need to allow peer, pointtopoint in parsing config lines.
-rw-r--r--init.d/net.lo.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/net.lo.in b/init.d/net.lo.in
index 2403987..30d0186 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}
;;