diff --git a/hyperglass/configuration/models.py b/hyperglass/configuration/models.py index c694c61..6904ffb 100644 --- a/hyperglass/configuration/models.py +++ b/hyperglass/configuration/models.py @@ -44,7 +44,6 @@ class Router(BaseSettings): """Model for per-router config in devices.yaml.""" address: Union[IPvAnyAddress, str] - # asn: int network: str src_addr_ipv4: IPv4Address src_addr_ipv6: IPv6Address