File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments