diff options
author | Robin H. Johnson <robbat2@orbis-terrarum.net> | 2010-12-11 18:29:34 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@orbis-terrarum.net> | 2010-12-11 18:29:34 -0800 |
commit | 7f7baa6c3ce6f22e919f4465d05187c8e2245bcb (patch) | |
tree | 44b6e7be41e565af73619b935ce1d3d20de0a4d2 /init.d | |
parent | 400b45d590b883050e171a34daec3fe40b58b76e (diff) |
Bug #266659: we really need to allow peer, pointtopoint in parsing config lines.
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/net.lo.in | 2 |
1 files changed, 1 insertions, 1 deletions
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} ;; |