Update ce_mtu to fix bugs (#61442)

pull/61013/merge
yanzhangi 5 years ago committed by ansibot
parent 12512f7319
commit 80ead00838

@ -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