diff options
author | Ahmed Abdelsalam <ahabdels@cisco.com> | 2021-09-03 16:48:04 +0000 |
---|---|---|
committer | Ahmed Abdelsalam <ahabdels@cisco.com> | 2021-09-03 16:48:04 +0000 |
commit | 277ae8ba43cdfcf9c22adfb675cf5b15b8b4f898 (patch) | |
tree | 9e49c3da6b4a197c4f1ed49ac2b2d27f3fdc3c7f /src/plugins | |
parent | 4d41f954abc2965d187bcaf165dee81c8b3fd14a (diff) |
sr: fixing typo in srv6 End.AS Proxy documentation
Type: docs
Signed-off-by: Ahmed Abdelsalam <ahabdels@cisco.com>
Change-Id: I0cbc1b21f156425e067e9ce90769a62983ca5d01
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/srv6-as/as_plugin_doc.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/srv6-as/as_plugin_doc.md b/src/plugins/srv6-as/as_plugin_doc.md index 7cda08b60d9..6ef29274318 100644 --- a/src/plugins/srv6-as/as_plugin_doc.md +++ b/src/plugins/srv6-as/as_plugin_doc.md @@ -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 @@ -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 |