Skip to content

Commit

Permalink
Revert "Added a warning for configuring a core interface without an MTU"
Browse files Browse the repository at this point in the history
This reverts commit 0180acc.
  • Loading branch information
johannwagner committed Dec 10, 2024
1 parent 0180acc commit 160a820
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cosmo/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,6 @@ def _get_unit(self, iface):
families["inet6"]["ipv6_ra"] = True

if tags.has("core"):
if not iface["mtu"]:
warnings.warn(f"Interface {iface['name']} on device {self.device['name']} has a core tag, but no MTU set.")

families["iso"] = {}
families["mpls"] = {}

Expand Down

0 comments on commit 160a820

Please sign in to comment.