Skip to content
Snippets Groups Projects
Verified Commit d27fcc84 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov Committed by Karel van Klink
Browse files

BGP families

Corrected to the actual SROS values
parent 052717b4
No related branches found
No related tags found
1 merge request!298Add BFD configuration to Service binding ports
...@@ -13,10 +13,10 @@ from gso.utils.types.ip_address import IPAddress ...@@ -13,10 +13,10 @@ from gso.utils.types.ip_address import IPAddress
class IPFamily(strEnum): class IPFamily(strEnum):
"""Possible IP families of a :term:`BGP` peering.""" """Possible IP families of a :term:`BGP` peering."""
V4UNICAST = "v4unicast" V4UNICAST = "ipv4"
V6UNICAST = "v6unicast" V6UNICAST = "ipv6"
V4MULTICAST = "v4multicast" V4MULTICAST = "mcast-ipv4"
V6MULTICAST = "v6multicast" V6MULTICAST = "mcast-ipv6"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment