Update ce_mtu to fix bugs

pull/61442/head
zhangyan 5 years ago
parent 0e9f002073
commit cb8a3a4c06

@ -534,6 +534,8 @@ class Mtu(object):
else:
self.end_state[
"jumboframe"] = "jumboframe enable %s %s" % (self.jbf_max, 1518)
if self.end_state == self.existing:
self.changed = False
def work(self):
"""worker"""

Loading…
Cancel
Save