Update ce_mtu to fix bugs (#61442)
This commit is contained in:
parent
12512f7319
commit
80ead00838
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue