Skip to content

Commit 2ac6861

Browse files
committed
Documentation: Fix BGP peer example
1 parent fc86d2e commit 2ac6861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/bgp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ annotations:
6161

6262
For e.g users can annotate node object with below commands
6363
```
64-
kubectl annotate node <kube-node> "io.kube-router.net.peer.ips=192.168.1.98,192.168.1.99"
65-
kubectl annotate node <kube-node> "io.kube-router.net.peer.asns=64513"
64+
kubectl annotate node <kube-node> "io.kube-router.net.peer.ips=192.168.1.99,192.168.1.100"
65+
kubectl annotate node <kube-node> "io.kube-router.net.peer.asns=65000,65000"
6666
```
6767

6868
### BGP Peer Password Authentication

0 commit comments

Comments
 (0)