<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/bfd-common.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-12-09T22:17:47+00:00</updated>
<entry>
<title>xml: include: create dedicated bfd subfolder</title>
<updated>2021-12-09T22:17:47+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-12-09T22:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0ec938326ffd63ad5eab5f3be3038e13fe3118ec'/>
<id>urn:sha1:0ec938326ffd63ad5eab5f3be3038e13fe3118ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "bfd: T3753: FRR 8.1 uses a default echo-interval of 50 - reflect this in CLI"</title>
<updated>2021-12-06T20:16:31+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-12-06T20:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8359d95d42a24d0b6bc61b3fe345ea144216d802'/>
<id>urn:sha1:8359d95d42a24d0b6bc61b3fe345ea144216d802</id>
<content type='text'>
This reverts commit 49047b88c9bac0b2e007ccce7ac7d42e82ee0a2b.

&gt;  Echo mode is only available for single hop sessions
</content>
</entry>
<entry>
<title>bfd: T3753: FRR 8.1 uses a default echo-interval of 50 - reflect this in CLI</title>
<updated>2021-12-06T20:09:42+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-12-06T20:09:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=49047b88c9bac0b2e007ccce7ac7d42e82ee0a2b'/>
<id>urn:sha1:49047b88c9bac0b2e007ccce7ac7d42e82ee0a2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bfd: T4043: add support for passive mode</title>
<updated>2021-12-04T06:37:55+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-12-04T06:28:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9ad20a63b3f5557ea03e8778f29a173bb5f56cef'/>
<id>urn:sha1:9ad20a63b3f5557ea03e8778f29a173bb5f56cef</id>
<content type='text'>
Mark session as passive: a passive session will not attempt to start the
connection and will wait for control packets from peer before it begins
replying.

This feature is useful when you have a router that acts as the central node of
a star network and you want to avoid sending BFD control packets you don't
need to. The default is active-mode
</content>
</entry>
<entry>
<title>xml: bfd: hint default values on CLI tab complete</title>
<updated>2021-12-04T06:37:55+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-12-04T06:18:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2b8d9131d6c32b52b4dde42e663ac8518d955852'/>
<id>urn:sha1:2b8d9131d6c32b52b4dde42e663ac8518d955852</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: add missing "u32:" value declarator on integer ranges</title>
<updated>2021-08-29T12:48:53+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-08-29T12:29:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=794f193d11c8c1b5fed78f4e40280480446ab593'/>
<id>urn:sha1:794f193d11c8c1b5fed78f4e40280480446ab593</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: include: fix typo on include comment</title>
<updated>2021-03-14T10:09:57+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-03-12T20:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ee2dfee43f8319726c2225a5ad2367d936ec3176'/>
<id>urn:sha1:ee2dfee43f8319726c2225a5ad2367d936ec3176</id>
<content type='text'>
When including XML files they all contained a comment from where the snipped
had actually been included from. The comment had been "included start" and
"included end" instead of "include start" and "include end".

This commit corrects the glitch.
</content>
</entry>
<entry>
<title>bfd: T3310: implement peer profile support</title>
<updated>2021-02-15T19:16:02+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-02-15T19:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3d3d09d6e5d7350b09709447ed4d7a7790e09b81'/>
<id>urn:sha1:3d3d09d6e5d7350b09709447ed4d7a7790e09b81</id>
<content type='text'>
</content>
</entry>
</feed>
