diff options
| author | Christian Poessinger <christian@poessinger.com> | 2021-04-20 20:09:57 +0200 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2021-04-20 20:10:44 +0200 | 
| commit | 53b9efec3be36ed87be718b946b36276985ec9dc (patch) | |
| tree | b1fada6ddb3e7ac4d53d608099b0e6d2c7123ea9 /docs | |
| parent | 5ce75010c33535e46719f3e073045a26fa529ecb (diff) | |
| download | vyos-documentation-53b9efec3be36ed87be718b946b36276985ec9dc.tar.gz vyos-documentation-53b9efec3be36ed87be718b946b36276985ec9dc.zip | |
isis: fix example CLI configs
This completes commit 4f09fdd ("isis: adjust to latest CLI changes") which
changed the CLI syntax bug did not adjust the example configurations
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/protocols/isis.rst | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/docs/configuration/protocols/isis.rst b/docs/configuration/protocols/isis.rst index a38db6f2..416a42c3 100644 --- a/docs/configuration/protocols/isis.rst +++ b/docs/configuration/protocols/isis.rst @@ -280,9 +280,9 @@ interfaces.    set policy route-map EXPORT-ISIS rule 10 action 'permit'    set policy route-map EXPORT-ISIS rule 10 match ip address prefix-list 'EXPORT-ISIS' -  set protocols isis FOO interface eth1 -  set protocols isis FOO net '49.0001.1921.6800.1002.00' -  set protocols isis FOO redistribute ipv4 connected level-2 route-map 'EXPORT-ISIS' +  set protocols isis interface eth1 +  set protocols isis net '49.0001.1921.6800.1002.00' +  set protocols isis redistribute ipv4 connected level-2 route-map 'EXPORT-ISIS'  **Node 2:** @@ -290,8 +290,8 @@ interfaces.    set interfaces ethernet eth1 address '192.0.2.2/24' -  set protocols isis FOO interface eth1 -  set protocols isis FOO net '49.0001.1921.6800.2002.00' +  set protocols isis interface eth1 +  set protocols isis net '49.0001.1921.6800.2002.00'  Show ip routes on Node2: | 
