We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ec92a commit fcbd38dCopy full SHA for fcbd38d
files/build_templates/docker_image_ctl.j2
@@ -191,6 +191,9 @@ function postStartAction()
191
ip link add name ns-eth1"$NET_NS" type veth peer name eth1@"$NET_NS"
192
ip link set dev eth1@"$NET_NS" master br1
193
ip link set dev eth1@"$NET_NS" up
194
+ # For chassis system where Linux bridge is used on supervisor for midplane communication
195
+ # assign alternate name as eth1-midplane for generic design
196
+ ip link property add dev br1 altname eth1-midplane
197
else
198
ip link add name ns-eth1"$NET_NS" link eth1-midplane type macvlan mode bridge
199
fi
0 commit comments