diff options
author | Serguei Bezverkhi <sbezverk@cisco.com> | 2020-12-01 09:02:50 -0500 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2020-12-02 07:21:01 +0900 |
commit | 283659d8b70ecefb7333c5faa2dc6f2cedb2df44 (patch) | |
tree | a08bef17b112dd234e2f5215f57ccfb2e32d86b8 | |
parent | 57068b16fd3993752f1db675acad51f1ebcbff4e (diff) |
fix linting errors
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
-rw-r--r-- | docs/sources/lib-srpolicy.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/sources/lib-srpolicy.md b/docs/sources/lib-srpolicy.md index 6a8b1bb0..ee74995e 100644 --- a/docs/sources/lib-srpolicy.md +++ b/docs/sources/lib-srpolicy.md @@ -163,7 +163,7 @@ func main() { 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. -``` +```log RP/0/RP0/CPU0:xrv9k-r1#sh bgp ipv4 sr-policy [2][99][10.0.0.15]/96 Sun Nov 29 13:05:05.293 EST BGP routing table entry for [2][99][10.0.0.15]/96 @@ -179,11 +179,11 @@ Paths: (1 available, best #1) 192.168.20.1 from 192.168.20.201 (192.168.20.201) Origin IGP, localpref 100, valid, internal, best, group-best Received Path ID 0, Local Path ID 1, version 37 - Extended community: RT:10.0.0.8:0 + Extended community: RT:10.0.0.8:0 Tunnel encap attribute type: 15 (SR policy) bsid 24321, preference 11, num of segment-lists 1 segment-list 1, weight 12 segments: {10203} Candidate path is not usable SR policy state is Down, Allocated bsid none -```
\ No newline at end of file +``` |