Skip to content

Commit 283659d

Browse files
sbezverkfujita
authored andcommitted
fix linting errors
Signed-off-by: Serguei Bezverkhi <[email protected]>
1 parent 57068b1 commit 283659d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/sources/lib-srpolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func main() {
163163

164164
Once the sr policy is injected, gobgp will advertise it to the peers with SR Policy enabled address family. Below is the output collected from Cisco's XRV9K router with enabled SR policy address family. Please note since the information used such as: bsid, endpoint adress etc is not realistic, the router does not install the sr policy, but still, it correctly displays what was programmed.
165165

166-
```
166+
```log
167167
RP/0/RP0/CPU0:xrv9k-r1#sh bgp ipv4 sr-policy [2][99][10.0.0.15]/96
168168
Sun Nov 29 13:05:05.293 EST
169169
BGP routing table entry for [2][99][10.0.0.15]/96
@@ -179,11 +179,11 @@ Paths: (1 available, best #1)
179179
192.168.20.1 from 192.168.20.201 (192.168.20.201)
180180
Origin IGP, localpref 100, valid, internal, best, group-best
181181
Received Path ID 0, Local Path ID 1, version 37
182-
Extended community: RT:10.0.0.8:0
182+
Extended community: RT:10.0.0.8:0
183183
Tunnel encap attribute type: 15 (SR policy)
184184
bsid 24321, preference 11, num of segment-lists 1
185185
segment-list 1, weight 12
186186
segments: {10203}
187187
Candidate path is not usable
188188
SR policy state is Down, Allocated bsid none
189-
```
189+
```

0 commit comments

Comments
 (0)