<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/op_mode/show_vrf.py, 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>2022-07-29T14:02:32+00:00</updated>
<entry>
<title>vrf: T4562: Rewrite show vrf name xxx delete old script</title>
<updated>2022-07-29T14:02:32+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-07-29T13:57:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5e7120a00278671a73e9762a5da5e6f6961a387d'/>
<id>urn:sha1:5e7120a00278671a73e9762a5da5e6f6961a387d</id>
<content type='text'>
Add option "--name" for function "show" to get required VRF name
Delete old script "show_vrf.py"
</content>
</entry>
<entry>
<title>vrf: T31: remove supefluous new-lines for each VRF instance</title>
<updated>2021-07-12T16:40:58+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-07-12T16:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=83721c1ce672b76d40c710f38b0ab05c370a2191'/>
<id>urn:sha1:83721c1ce672b76d40c710f38b0ab05c370a2191</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vyos.template: T2720: fix remaining in-line time_block syntax</title>
<updated>2020-11-28T07:25:39+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-28T07:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c87ad948999c28c3c9449f98d60b545481ea29d5'/>
<id>urn:sha1:c87ad948999c28c3c9449f98d60b545481ea29d5</id>
<content type='text'>
Commit a2ac9fac ("vyos.template: T2720: always enable Jinja2 trim_blocks
feature") globally enabled the trim_blocks feature. Some templates still used
in-line trim_blocks "{%"- or "-%}" which caused miss-placed line endings.

This is fixed by removing all in-line trim_block statememnts of Jinja2 templates.
</content>
</entry>
<entry>
<title>util: T2226: rewrite show vrf to use cmd</title>
<updated>2020-04-06T19:22:35+00:00</updated>
<author>
<name>Thomas Mangin</name>
<email>thomas.mangin@exa.net.uk</email>
</author>
<published>2020-04-05T17:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9fabc8caec5a39e10fbbe20325d268ccacf1e0a9'/>
<id>urn:sha1:9fabc8caec5a39e10fbbe20325d268ccacf1e0a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vrf: T31: add member interfaces to 'show ver' output</title>
<updated>2020-03-08T13:17:31+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-03-08T13:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c5715ca7086b0687e3ee95a24ab72ab9b389b323'/>
<id>urn:sha1:c5715ca7086b0687e3ee95a24ab72ab9b389b323</id>
<content type='text'>
VRF name          state     mac address        flags                     interfaces
--------          -----     -----------        -----                     ----------
blue              up        de:c4:83:d8:74:24  noarp,master,up,lower_up  dum200,eth0.302
red               up        be:36:ce:02:df:aa  noarp,master,up,lower_up  dum100,eth0.300,bond0.100,peth0
</content>
</entry>
<entry>
<title>vrf: T31: remove superfluous vyos.vrf library functions</title>
<updated>2020-03-04T20:43:59+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-03-04T18:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bb705d1a90cad14f07b5e61c44365868283feee9'/>
<id>urn:sha1:bb705d1a90cad14f07b5e61c44365868283feee9</id>
<content type='text'>
vyos.vrf.list_vrfs() was only used in one function thus building a library is
no longer needed. If it is needed in the future it should be placed into a
library again.
</content>
</entry>
<entry>
<title>vrf: T31: make 'show vrf' command behave like other 'show interface commands'</title>
<updated>2020-03-04T20:43:59+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-03-04T18:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d93efd69083c153c1586dd08d65f1d10769820b7'/>
<id>urn:sha1:d93efd69083c153c1586dd08d65f1d10769820b7</id>
<content type='text'>
- remove the additional depth for querying discrete VRF names
- retrieve available VRF names from via &lt;path&gt; from CLI rather then invoking
  an external script
</content>
</entry>
</feed>
