Skip to content

Commit

Permalink
incorporating review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SuryyaKrJana committed Nov 20, 2023
1 parent b3b069c commit 9586555
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions device/bgp/bgpadvanced.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,25 @@ components:
x-field-uid: 5
passive_mode:
description: |-
If enabled then the BGP Finite State Machine will passively wait
for the remote BGP peer to establish the BGP TCP connection.
If the passive mode is true, BGP peer will wait for the remote BGP peer
to issue an Open request before an Open message is sent.
If set to true, the local BGP peer will wait for the remote peer to initiate the BGP session
by establishing the TCP connection, rather than initiating sessions from the local peer.
type: boolean
default: false
x-field-uid: 6
local_listen_port:
listen_port:
description: |-
Set listen transport port number for the local BGP peer.
type: integer
format: uint32
default: 179
maximum: 65535
x-field-uid: 7
x-field-uid: 7
neighbor_port:
description: |-
Destination TCP port number of the BGP peer when initiating a
session from the local BGP peer.
type: integer
format: uint32
default: 179
maximum: 65535
x-field-uid: 8

0 comments on commit 9586555

Please sign in to comment.