Skip to content

Commit 9e52da5

Browse files
committed
Merge branch 'patch-go-bgp'
2 parents 578ece3 + 0b63912 commit 9e52da5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

provisioning/sdnip/files/gobgp_internal_1.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
[neighbors.config]
2323
peer-as = 65113
2424
neighbor-address = "192.168.1.10"
25-
neighbor-port-number = 2000
25+
[neighbors.transport.config]
26+
remote-port = 2000
2627
[neighbors.timers.config]
2728
connect-retry = 5
2829

provisioning/sdnip/files/gobgp_internal_2.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
[neighbors.config]
2323
peer-as = 65113
2424
neighbor-address = "192.168.1.10"
25-
neighbor-port-number = 2000
25+
[neighbors.transport.config]
26+
remote-port = 2000
2627
[neighbors.timers.config]
2728
connect-retry = 5
2829

0 commit comments

Comments
 (0)