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
2016-09-16 17:03:03 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ddf9aa07bab1d323e61d90a7d06cc35ee5ae5ec9
ddf9aa07
1 parent
268309f6
Fixed a typo
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
ipw
ipw
View file @
ddf9aa0
...
...
@@ -582,7 +582,7 @@ case "$CMD" in
if
!
[[
-d /sys/class/net/
"
$TRUNK_BRIDGE
"
]]
;
then
ip link add
"
$TRUNK_BRIDGE
"
type
bridge
echo
"
$BRIDGE_FORWARD_DELAY
"
> /sys/devices/virtual/net/
"
$TRUNK_BRIDGE
"
/bridge/forward_delay
ip link
set
dev
"
$TRUNK_
IFAC
E
"
up
ip link
set
dev
"
$TRUNK_
BRIDG
E
"
up
ip link
set
"
$D1Q_IFACE
"
master
"
$TRUNK_BRIDGE
"
fi
...
...
Please
register
or
login
to post a comment