Toggle navigation
Toggle navigation
This project
Loading...
Sign in
UT
/
ipw
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
redmine
2014-05-15 18:24:50 +0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9500d62eb0ddb3a161ed6894e60c4a38ebb5f7f6
9500d62e
1 parent
cc79df1a
bridge forward delay = 0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
ipw
ipw
View file @
9500d62
...
...
@@ -150,6 +150,8 @@ esac
IPW_CONFIG_PATH
=
"
${
IPW_CONFIG_PATH
:-
/etc/ipw.conf
}
"
BRIDGE_FORWARD_DELAY
=
0
source
"
$IPW_CONFIG_PATH
"
NEWCONFIG_TMPPATH
=
"/tmp/.~ipw"
...
...
@@ -539,6 +541,7 @@ case "$CMD" in
if
! iface_isexists
"
$BRNAME
"
;
then
#do this bridge exists?
ip link add
"
$BRNAME
"
type
bridge
echo
"
$BRIDGE_FORWARD_DELAY
"
> /sys/devices/virtual/net/
"
$BRNAME
"
/bridge/forward_delay
ip link
set
dev
"
$BRNAME
"
up
fi
...
...
Please
register
or
login
to post a comment