From 82f445fadcdaad1b038629fbe5309a962ec97219 Mon Sep 17 00:00:00 2001 From: Neda Moeini <neda.moeini@geant.org> Date: Wed, 18 Sep 2024 12:28:58 +0200 Subject: [PATCH] Improve docstr. --- gso/products/product_blocks/bgp_session.py | 2 +- gso/products/product_blocks/edge_port.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gso/products/product_blocks/bgp_session.py b/gso/products/product_blocks/bgp_session.py index 74083c04..5247c201 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 27e01558..ad90ac76 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. -- GitLab