mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
Fixes #178: Set MED to 0 on Arista routes if none is specified
This commit is contained in:
parent
c8892f43ea
commit
7d41dbf4bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue