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):
3017
3017
aggregated_confed_as_path (bool): the peers understand aggregated confederation AS path
3018
3018
soft_reset_with_stored_info (bool): soft reset with stored info
3019
3019
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'
3022
3020
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')
3024
3023
"""
3025
3024
3026
3025
SUFFIX = ENTRY
You can’t perform that action at this time.
0 commit comments