mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:15:00 +02:00
switch the br2684 default to routed mode instead of bridged mode, as it's more common
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12277 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9a935f099a
commit
5d8f115d9b
@ -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 New Issue
Block a user