switch the br2684 default to routed mode instead of bridged mode, as it's more common
SVN-Revision: 12277
This commit is contained in:
parent
5cf0db54c6
commit
2e46841afd
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ start_daemon() {
|
|||
*) encaps=0;;
|
||||
esac
|
||||
case "$payload" in
|
||||
1|bridged) payload=1;;
|
||||
*) payload=0;;
|
||||
0|routed) payload=0;;
|
||||
*) payload=1;;
|
||||
esac
|
||||
br2684ctl -b -c "$unit" -e "$encaps" -p "$payload" -a "${atmdev:+$atmdev.}${vpi:-8}.${vci:-35}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue