diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-11-14 13:59:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-14 13:59:20 +0200 |
| commit | b7bda23be33a37211c228dee2fd676870fea079f (patch) | |
| tree | 3e841f98a9f461f0a7f4236ae27c6cf483bb7a08 /docs/configexamples | |
| parent | fd7d141ef1d3e8ac54a1d9441ee84769f4f81d06 (diff) | |
| parent | cae750b3fc8bc05bd366b4046b183cc2f60c1eb0 (diff) | |
| download | vyos-documentation-b7bda23be33a37211c228dee2fd676870fea079f.tar.gz vyos-documentation-b7bda23be33a37211c228dee2fd676870fea079f.zip | |
Merge pull request #1702 from tuna2134/current
Fix zebra route-map filter config example
Diffstat (limited to 'docs/configexamples')
| -rw-r--r-- | docs/configexamples/ha.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configexamples/ha.rst b/docs/configexamples/ha.rst index 1badf231..2f7bd4a4 100644 --- a/docs/configexamples/ha.rst +++ b/docs/configexamples/ha.rst @@ -482,7 +482,7 @@ correctly. set protocols ospf log-adjacency-changes set protocols ospf parameters abr-type 'cisco' set protocols ospf parameters router-id '10.254.60.2' - set protocols ospf route-map PUBOSPF + set system ip protocol ospf route-map PUBOSPF Test OSPF |
