Skip to content

Commit

Permalink
sr: fixing typo in srv6 End.AS Proxy documentation
Browse files Browse the repository at this point in the history
Type: docs

Signed-off-by: Ahmed Abdelsalam <[email protected]>
Change-Id: I0cbc1b21f156425e067e9ce90769a62983ca5d01
  • Loading branch information
ahsalam committed Sep 3, 2021
1 parent 4d41f95 commit 277ae8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/srv6-as/as_plugin_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ restores the segment list ``<S1, S2, S3>`` with a source address `SRC-ADDR` on
the packets coming back on interface `IFACE-IN`.

```
sr localsid address SID behavior end.ad nh S-ADDR oif IFACE-OUT iif IFACE-IN src SRC-ADDR next S1 next S2 next S3
sr localsid address SID behavior end.as nh S-ADDR oif IFACE-OUT iif IFACE-IN src SRC-ADDR next S1 next S2 next S3
```

For example, the below command configures the SID `1::A1` with an End.AS
Expand All @@ -82,7 +82,7 @@ appliance at address `A1::`, and receiving it back on interface
`GigabitEthernet0/9/0`.

```
sr localsid address 1::A1 behavior end.ad nh A1:: oif GigabitEthernet0/8/0 iif GigabitEthernet0/9/0 src 1:: next 2::20 next 3::30 next 4::40
sr localsid address 1::A1 behavior end.as nh A1:: oif GigabitEthernet0/8/0 iif GigabitEthernet0/9/0 src 1:: next 2::20 next 3::30 next 4::40
```

## Pseudocode
Expand Down

0 comments on commit 277ae8b

Please sign in to comment.