Skip to content

Commit

Permalink
Merge pull request #344 from open-traffic-generator/bgp-listen-port
Browse files Browse the repository at this point in the history
Allow BGP to be configured on a non-default TCP port.
  • Loading branch information
SuryyaKrJana authored Dec 7, 2023
2 parents e14e284 + 8bbbb00 commit 822cb4a
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 4 deletions.
6 changes: 3 additions & 3 deletions artifacts/openapi.html

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions artifacts/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions artifacts/otg.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion device/bgp/bgpadvanced.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,20 @@ components:
type: boolean
default: false
x-field-uid: 6

listen_port:
description: |-
The TCP port number on which to accept BGP connections from the remote peer.
type: integer
format: uint32
default: 179
maximum: 65535
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 822cb4a

Please sign in to comment.