<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-documentation.git/docs/interfaces/vxlan.rst, branch rolling</title>
<subtitle>VyOS readthedocs (mirror of https://github.com/vyos/vyos-documentation.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-documentation.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-documentation.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/'/>
<updated>2020-11-29T20:52:28+00:00</updated>
<entry>
<title>arrange: interfaces</title>
<updated>2020-11-29T20:52:28+00:00</updated>
<author>
<name>rebortg</name>
<email>github@ghlr.de</email>
</author>
<published>2020-11-29T20:52:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=4abded8025a47990e58cd0a5fe9b96e38f4a3715'/>
<id>urn:sha1:4abded8025a47990e58cd0a5fe9b96e38f4a3715</id>
<content type='text'>
</content>
</entry>
<entry>
<title>interfaces: consolidate vxlan, geneve, wifi, pppoe, wwan to new include command syntax</title>
<updated>2020-11-10T21:57:12+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-10T21:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=f0ed78b3ad3a7806b0443a2771cdeb6cbd13ba5a'/>
<id>urn:sha1:f0ed78b3ad3a7806b0443a2771cdeb6cbd13ba5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>interface: move mac and mtu documentation to common file</title>
<updated>2020-11-10T20:42:38+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-10T20:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=f6ee81e58268ce1a666f68504f327f49c4402130'/>
<id>urn:sha1:f6ee81e58268ce1a666f68504f327f49c4402130</id>
<content type='text'>
</content>
</entry>
<entry>
<title>interfaces: introduce new common-with|without-dhcp include</title>
<updated>2020-11-10T19:39:39+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-10T19:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=a3b5c8083e6ab28378ba187ec9aa0f3ce3d101df'/>
<id>urn:sha1:a3b5c8083e6ab28378ba187ec9aa0f3ce3d101df</id>
<content type='text'>
Now we have one single include dealing with all the common interface
stuff which is present on every interface.
</content>
</entry>
<entry>
<title>interfaces: add common description include file</title>
<updated>2020-11-10T19:26:15+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-10T19:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=be6c3c1624174c5762a1349e31111d34db642767'/>
<id>urn:sha1:be6c3c1624174c5762a1349e31111d34db642767</id>
<content type='text'>
</content>
</entry>
<entry>
<title>interfaces: extend usage of new cmdinclude directive for bridge, bond, eth, peth, vxlan</title>
<updated>2020-11-10T19:02:47+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-10T19:02:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=b7e61a03f09b93cdaa91a3c6b13d967621483f5c'/>
<id>urn:sha1:b7e61a03f09b93cdaa91a3c6b13d967621483f5c</id>
<content type='text'>
Commit c46473a ("docs: add ..cmdinclude:: directive") added support for including
common text but only replacing individual labels so there can be source of truth
also for the documentation.
</content>
</entry>
<entry>
<title>vxlan syntax correction: link and remote-port parameters are not available in rolling release</title>
<updated>2020-10-16T12:57:36+00:00</updated>
<author>
<name>root</name>
<email>root@srividya.int.sentrium.io</email>
</author>
<published>2020-10-16T12:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=61acd8021f8ab7ca502412bc0796a55bf4f1b255'/>
<id>urn:sha1:61acd8021f8ab7ca502412bc0796a55bf4f1b255</id>
<content type='text'>
Replaced "link" with "source-interface" and "remote-port" with "port"

.. code-block:: none

  vyos@vyos# set int vxlan vxlan1
  Possible completions:
  +  address      IP address
     description  Interface specific description
     disable      Administratively disable interface
   &gt; firewall     Firewall options
   group        Multicast group address for VXLAN interface
   &gt; ip           IPv4 routing parameters
   &gt; ipv6         IPv6 routing parameters
     mac          Media Access Control (MAC) address
     mtu          Maximum Transmission Unit (MTU)
   &gt; policy       Policy route options
     port         Destination port of VXLAN tunnel (default: 8472)
     remote       Remote address of VXLAN tunnel
     source-address
                VXLAN source address
     source-interface
                Physical interface used for connection
     vni          Virtual Network Identifier
</content>
</entry>
<entry>
<title>vxlan: adjust to latest CLI (rename link to source-interface)</title>
<updated>2020-04-10T11:07:12+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-10T11:07:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=2f00035cee09ffa7efe9c86dd0d59089fffe9de8'/>
<id>urn:sha1:2f00035cee09ffa7efe9c86dd0d59089fffe9de8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some typos and capitalizations</title>
<updated>2020-01-12T04:37:28+00:00</updated>
<author>
<name>Stephen James</name>
<email>stephenorjames@gmail.com</email>
</author>
<published>2020-01-12T04:34:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34'/>
<id>urn:sha1:74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>interfaces: move common "ipv6 addr autoconf" description to include file</title>
<updated>2020-01-04T09:48:32+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-01-04T09:48:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=57913db57a4172988eb02c8d75062d36cdb6aa81'/>
<id>urn:sha1:57913db57a4172988eb02c8d75062d36cdb6aa81</id>
<content type='text'>
This reduces the amount of duplicated text.
</content>
</entry>
</feed>
