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
Artyom A Anikeev
2014-04-21 15:15:55 +0400
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
8bd5876e134d0af90fbecc9ae62d16ab0c5886fe
8bd5876e
2 parents
79fac52a
3036314f
Merge branch 'master' of gitlab.ut.mephi.ru:ut/ipw
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
ipw
ipw
View file @
8bd5876
...
...
@@ -20,6 +20,8 @@ CMD="$1"; shift;
DEFAULT_BONDING_MODE
=
'balance-tlb'
modprobe bonding
eerror
()
{
echo
"
$@
"
>&2
}
...
...
@@ -583,10 +585,10 @@ case "$CMD" in
done
# ADDING LXC IFACES TO BRIDGES IF REQUIRED
#
for LXCIF_N_BRIDGE in ${LXC_BRIDGE_SLAVES[@]}; do
#
parse_vlan_subvlan_bridge "$LINE"
#
brctl addif "$BRNAME" "$VLANNAME" 2>/dev/null
#
done
for
LXCIF_N_BRIDGE
in
${
LXC_BRIDGE_SLAVES
[@]
}
;
do
parse_vlan_subvlan_bridge
"
$LINE
"
brctl addif
"
$BRNAME
"
"
$VLANNAME
"
2>/dev/null
done
;;
*
)
...
...
Please
register
or
login
to post a comment