diff options
author | fett0 <fernando.gmaidana@gmail.com> | 2022-03-25 18:58:04 -0300 |
---|---|---|
committer | fett0 <fernando.gmaidana@gmail.com> | 2022-03-25 18:58:04 -0300 |
commit | 5eed433ad6472f800971d0c73eff7552f02d068d (patch) | |
tree | 471e4bd52769104433797038551cbf0086540b77 /docs/configuration/protocols | |
parent | b6682b9f8487896d3a9de1d4fd649d2a416f4282 (diff) | |
download | vyos-documentation-5eed433ad6472f800971d0c73eff7552f02d068d.tar.gz vyos-documentation-5eed433ad6472f800971d0c73eff7552f02d068d.zip |
ospf: add export-list/import-list & mamixum-paths
Diffstat (limited to 'docs/configuration/protocols')
-rw-r--r-- | docs/configuration/protocols/ospf.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/protocols/ospf.rst b/docs/configuration/protocols/ospf.rst index e69d10c0..e3f9759e 100644 --- a/docs/configuration/protocols/ospf.rst +++ b/docs/configuration/protocols/ospf.rst @@ -38,10 +38,10 @@ starts when the first ospf enabled interface is configured. specified in decimal notation in the range from 0 to 4294967295. Or it can be specified in dotted decimal notation similar to ip address. - Prefix length in interface must be equal or bigger (i.e. smaller network) than - prefix length in network statement. For example statement above doesn't enable - ospf on interface with address 192.168.1.1/23, but it does on interface with - address 192.168.1.129/25. + Prefix length in interface must be equal or bigger (i.e. smaller network) + than prefix length in network statement. For example statement above doesn't + enable ospf on interface with address 192.168.1.1/23, but it does on + interface with address 192.168.1.129/25. In some cases it may be more convenient to enable OSPF on a per interface/subnet basis :cfgcmd:`set protocols ospf interface <interface> area <x.x.x.x | x>` |