Signed-off-by: Justin Pettit <[email protected]>
---
vswitchd/bridge.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
index f7932c7..f110d6a 100644
--- a/vswitchd/bridge.c
+++ b/vswitchd/bridge.c
@@ -1731,8 +1731,7 @@ iface_refresh_status(struct iface *iface)
if (!error) {
mtu_64 = mtu;
ovsrec_interface_set_mtu(iface->cfg, &mtu_64, 1);
- }
- else {
+ } else {
ovsrec_interface_set_mtu(iface->cfg, NULL, 0);
}
}
--
1.7.5.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev