diff --git a/gso/products/product_blocks/bgp_session.py b/gso/products/product_blocks/bgp_session.py index 74083c04f29928671e6e1fd44cee2377c691f1da..5247c20115a1d16f13a86428521a686629f6d758 100644 --- a/gso/products/product_blocks/bgp_session.py +++ b/gso/products/product_blocks/bgp_session.py @@ -66,7 +66,7 @@ class BGPSession(BGPSessionProvisioning, lifecycle=[SubscriptionLifecycle.ACTIVE has_custom_policies: bool #: The authentication key of the :term:`BGP` session. authentication_key: str - #: Whether multipath is enabled. + #: Whether multi-path is enabled. multipath_enabled: bool #: Whether we send a last resort route. send_default_route: bool diff --git a/gso/products/product_blocks/edge_port.py b/gso/products/product_blocks/edge_port.py index 27e01558ee7d9014862a612c92a711ec56a70cdf..ad90ac76f6a82ad6a9af37f1a4d18e4ec0a184f9 100644 --- a/gso/products/product_blocks/edge_port.py +++ b/gso/products/product_blocks/edge_port.py @@ -18,7 +18,7 @@ from gso.utils.types.interfaces import LAGMemberList, PhysicalPortCapacity class EncapsulationType(strEnum): - """Enum representing different Ethernet encapsulation service options. + """Types of encapsulation for edge ports. Null supports a single service on the port. Dot1Q supports multiple services for one customer or services for multiple customers.