diff --git a/hyperglass/models/parsing/arista_eos.py b/hyperglass/models/parsing/arista_eos.py index 2b00e01..6f41ad1 100644 --- a/hyperglass/models/parsing/arista_eos.py +++ b/hyperglass/models/parsing/arista_eos.py @@ -65,7 +65,7 @@ class AristaRouteDetail(_AristaBase): origin: str label_stack: t.List = [] ext_community_list: t.List[str] = [] - ext_community_list_raw: t.List[str] = [] + ext_community_list_raw: t.List[t.Union[str, int]] = [] community_list: t.List[str] = [] large_community_list: t.List[str] = []