<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/ospf-intervals.xml.i, branch feature/T9082-codeql-cpp</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=feature%2FT9082-codeql-cpp</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=feature%2FT9082-codeql-cpp'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2021-03-13T20:54:50+00:00</updated>
<entry>
<title>vrf: ospf: T2271: re-arrange xml include building blocks</title>
<updated>2021-03-13T20:54:50+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-03-11T18:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=952c52ef012504f17f09234ab1f7608ceb4002b1'/>
<id>urn:sha1:952c52ef012504f17f09234ab1f7608ceb4002b1</id>
<content type='text'>
In order to fully re-use the XML based OSPF CLI definition for per-VRF routing,
the file structure needs to be reorganized and the common OSPF definition is
moved to its dedicated ospf-common-config.xml.i file, which can then be fully
re-included at the VRF level.

As the amount of include files now has reached a certain amount, this also
introduces "per topic" subdirectories on the filesystem to keep a clean
structure.
</content>
</entry>
<entry>
<title>ospf: T3263: hello-multiplier is only available for interfaces, not virtual-link</title>
<updated>2021-02-02T22:12:17+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-02-02T22:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8c26c1987c4ca6f07238d65523a2dfae1fcc1c99'/>
<id>urn:sha1:8c26c1987c4ca6f07238d65523a2dfae1fcc1c99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ospf: T3263: support hello sub-second timer</title>
<updated>2021-02-02T21:57:49+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-02-02T21:57:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c9e1a3b357f2e145a85ff4f7e92ee680937561a3'/>
<id>urn:sha1:c9e1a3b357f2e145a85ff4f7e92ee680937561a3</id>
<content type='text'>
Added "set protocols ospf interface eth1 hello-multiplier &lt;n&gt;" CLI command. This
is mutually exclusive to "set protocols ospf interface eth1 dead-interval &lt;n&gt;".
</content>
</entry>
<entry>
<title>ospf: T3267: move "interface ip ospf" configuration to "protocols ospf interface"</title>
<updated>2021-01-29T14:01:48+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-01-29T14:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b17b6d8931b142dcd3e2ddc4e213929bfafe9948'/>
<id>urn:sha1:b17b6d8931b142dcd3e2ddc4e213929bfafe9948</id>
<content type='text'>
For easier maintenance and operability move the interface specific protocol
setting of OSPF to the OSPF protocol section. This is now also in-line with IS-IS.

This means to migrate:
 ethernet eth0 {
    vif 202 {
        ip {
            ospf {
                authentication {
                    md5 {
                        key-id 10 {
                            md5-key vyosvyos
                        }
                    }
                }
                dead-interval 40
                hello-interval 10
                priority 1
                retransmit-interval 5
                transmit-delay 1
            }
        }
    }
 }

to

 protocols {
    ospf {
        interface eth0.201 {
            authentication {
                md5 {
                    key-id 10 {
                        md5-key vyosvyos
                    }
                }
            }
            dead-interval 40
            hello-interval 10
            priority 1
            retransmit-interval 5
            transmit-delay 1
        }
 }
</content>
</entry>
</feed>
