Skip to content

Commit

Permalink
rhel: Fix ifdown for OVSDPDKBond.
Browse files Browse the repository at this point in the history
The OVSDPDKBond case wasn't handled in the rhel ifdown script.

Fixes: f6bf888 ("rhel: Add support DPDK port creation via network scripts")
Signed-off-by: Daniele Di Proietto <[email protected]>
Acked-by: Aaron Conole <[email protected]>
  • Loading branch information
ddiproietto committed Jan 31, 2017
1 parent b81dc9a commit cb7406d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhel/etc_sysconfig_network-scripts_ifdown-ovs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ case "$TYPE" in
OVSPatchPort|OVSTunnel)
ovs-vsctl -t ${TIMEOUT} -- --if-exists del-port "$OVS_BRIDGE" "$DEVICE"
;;
OVSDPDKPort|OVSDPDKRPort|OVSDPDKVhostPort|OVSDPDKVhostUserPort)
OVSDPDKPort|OVSDPDKRPort|OVSDPDKVhostPort|OVSDPDKVhostUserPort|OVSDPDKBond)
ovs-vsctl -t ${TIMEOUT} -- --if-exists del-port "$OVS_BRIDGE" "$DEVICE"
;;
*)
Expand Down

0 comments on commit cb7406d

Please sign in to comment.