<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/bgp/bgp-common-config.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-04-29T21:29:47+00:00</updated>
<entry>
<title>bgp: xml: T2387: restructure include files and make them easier to recognize</title>
<updated>2021-04-29T21:29:47+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-04-29T21:29:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=53d1fa6f7199fdb6a93ed75c623d3da5624e2fae'/>
<id>urn:sha1:53d1fa6f7199fdb6a93ed75c623d3da5624e2fae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bgp: T2771: add vpn, multicast, flowspec address families</title>
<updated>2021-04-15T11:18:22+00:00</updated>
<author>
<name>Cheeze-It</name>
<email>16260577+Cheeze-It@users.noreply.github.com</email>
</author>
<published>2021-04-15T11:18:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1733ebf10aedafefbc17bd0660f6d43098b08d8a'/>
<id>urn:sha1:1733ebf10aedafefbc17bd0660f6d43098b08d8a</id>
<content type='text'>
In this commit we add more address families within
BGP. This should bring VyOS the ability to enable
the rest of the capabilities within FRR.

Co-authored-by: Cheeze_It &lt;none@none.com&gt;</content>
</entry>
<entry>
<title>bgp: evpn: T1513: add support for ipv4/ipv6 prefix routes advertisements</title>
<updated>2021-04-09T19:04:25+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-04-09T19:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0327dc48255a7f27fcaea06c4cf2481a0d432b19'/>
<id>urn:sha1:0327dc48255a7f27fcaea06c4cf2481a0d432b19</id>
<content type='text'>
set vrf name red protocols bgp address-family l2vpn-evpn advertise ipv4 unicast
</content>
</entry>
<entry>
<title>bgp: T2271: zebra route-map can only be set for default VRF</title>
<updated>2021-04-08T18:13:43+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-04-08T15:32:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4c3e1b1390e363e34b7e44e07b26e9bea355c659'/>
<id>urn:sha1:4c3e1b1390e363e34b7e44e07b26e9bea355c659</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bgp: T1711: remove ASN tagNode and move to "local-as"</title>
<updated>2021-03-29T18:01:59+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-03-29T16:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=73557d68b1cb54714fc0c3652a9ab29559da00ee'/>
<id>urn:sha1:73557d68b1cb54714fc0c3652a9ab29559da00ee</id>
<content type='text'>
Every time when set configuration bgp, you need set AS number. There is very
less benefit in this system so the AS number is moved from a tagNode level down
to a leafNode with the name "local-as", same as on the neighbor or peer-group
level.

This changes the CLI configuration from:

set protocols bgp 100 neighbor 10.10.1.2 remote-as 200

to

set protocols bgp local-as 100
set protocols bgp neighbor 10.10.1.2 remote-as 200
</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>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>
</feed>
