<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/protocols-vrf.xml.in, 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-14T13:46:01+00:00</updated>
<entry>
<title>vrf: T3344: move dynamic routing protocols under "vrf name &lt;name&gt; protocols"</title>
<updated>2021-03-14T13:46:01+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-03-13T20:08:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=548d9057e3ed66852bb2be62fe770c265712b4f3'/>
<id>urn:sha1:548d9057e3ed66852bb2be62fe770c265712b4f3</id>
<content type='text'>
Instead of having the dynamic routing protocols OSPF and BGP residing under
the "protocols vrf &lt;name&gt; [ospf|bgp]" nodes, rather move them directly under
the "vrf name &lt;name&gt; protocols [ospf|bgp]" node. Now all VRF related parts
are placed under the same root node.

This eases the verify steps tremendously, as we do not need to check wheter a
VRF eists or not, it will always exist as we operate under a child node.
</content>
</entry>
<entry>
<title>vrf: bgp: T2271: create individual BGP process for specified VRF name</title>
<updated>2021-03-14T10:09:57+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-03-12T18:49:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f3ed5e7c57c123661b1b550823a467a34c161024'/>
<id>urn:sha1:f3ed5e7c57c123661b1b550823a467a34c161024</id>
<content type='text'>
The following VyOS CLI config
 vrf red {
     bgp 100 {
         neighbor 1.1.1.1 {
             peer-group foo
         }
         peer-group foo {
             passive
             password bar
             remote-as 200
         }
     }
 }

Will generaste the FRR configuration:
 !
 router bgp 100 vrf red
  no bgp ebgp-requires-policy
  no bgp network import-check
  neighbor foo peer-group
  neighbor foo remote-as 200
  neighbor foo password bar
  neighbor foo passive
  neighbor 1.1.1.1 peer-group foo
 !
</content>
</entry>
<entry>
<title>vrf: ospf: T2271: create individual OSPF process for specified VRF name</title>
<updated>2021-03-14T10:09:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-03-11T19:38:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8c7f469cc4463fe6b368c6310c4edafa67283571'/>
<id>urn:sha1:8c7f469cc4463fe6b368c6310c4edafa67283571</id>
<content type='text'>
VyOS CLI config:
 vrf red {
     ospf {
         default-information {
             originate {
                 always
             }
         }
         default-metric 30
         passive-interface default
     }
 }

Will create the FRR configuration snippet:

 !
 router ospf vrf red
  auto-cost reference-bandwidth 100
  timers throttle spf 200 1000 10000
  passive-interface default
  default-metric 30
  default-information originate always
 !
</content>
</entry>
<entry>
<title>bgp: T1513: add per VRF vni support</title>
<updated>2021-02-15T19:22:41+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-02-15T19:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e9f581efe834dc27e78acff4a331fb9242440de5'/>
<id>urn:sha1:e9f581efe834dc27e78acff4a331fb9242440de5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vrf: T2450: provide full protocol support in XML and Python with new CLI</title>
<updated>2021-02-05T21:42:29+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-02-03T23:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3dd78cddfe90851cb7a6891add8a0973d23da292'/>
<id>urn:sha1:3dd78cddfe90851cb7a6891add8a0973d23da292</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vrf: T3278: Add XML for conf-mode</title>
<updated>2021-02-01T17:28:11+00:00</updated>
<author>
<name>sever-sever</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2021-02-01T17:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d8d466bff36bbe2fb87cc7c1156ba307cb41a794'/>
<id>urn:sha1:d8d466bff36bbe2fb87cc7c1156ba307cb41a794</id>
<content type='text'>
</content>
</entry>
</feed>
