diff --git a/hyperglass/models/parsing/arista_eos.py b/hyperglass/models/parsing/arista_eos.py index e2a6221..16fae0b 100644 --- a/hyperglass/models/parsing/arista_eos.py +++ b/hyperglass/models/parsing/arista_eos.py @@ -73,7 +73,7 @@ class AristaRoutePath(_AristaBase): """Validation model for Arista bgpRoutePaths.""" as_path_entry: AristaAsPathEntry - med: int + med: int = 0 local_preference: int weight: int peer_entry: AristaPeerEntry