Skip to content

Commit 5372a49

Browse files
chore: Update bgp object docstring (#596)
1 parent 96773b6 commit 5372a49

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

panos/network.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3017,10 +3017,9 @@ class BgpPeerGroup(VersionedPanObject):
30173017
aggregated_confed_as_path (bool): the peers understand aggregated confederation AS path
30183018
soft_reset_with_stored_info (bool): soft reset with stored info
30193019
type (str): peer group type I('ebgp')/I('ibgp')/I('ebgp-confed')/I('ibgp-confed')
3020-
export_nexthop (str): export locally resolved nexthop I('resolve')/I('use-self')
3021-
import_nexthop (str): override nexthop with peer address I('original')/I('use-peer'), only with 'ebgp'
30223020
remove_private_as (bool): remove private AS when exporting route, only with 'ebgp'
3023-
3021+
import_nexthop (str): override nexthop with peer address I('original')/I('use-peer'), only with 'ebgp'
3022+
export_nexthop (str): export locally resolved nexthop I('resolve')/I('use-self')
30243023
"""
30253024

30263025
SUFFIX = ENTRY

0 commit comments

Comments
 (0)