16 Commits

Author SHA1 Message Date
root
61acd8021f vxlan syntax correction: link and remote-port parameters are not available in rolling release
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
   > firewall     Firewall options
   group        Multicast group address for VXLAN interface
   > ip           IPv4 routing parameters
   > ipv6         IPv6 routing parameters
     mac          Media Access Control (MAC) address
     mtu          Maximum Transmission Unit (MTU)
   > 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
2020-10-16 08:57:36 -04:00
Christian Poessinger
2f00035cee vxlan: adjust to latest CLI (rename link to source-interface) 2020-04-10 13:07:12 +02:00
Stephen James
74c5a1fc3c Fix some typos and capitalizations 2020-01-11 23:37:28 -05:00
Christian Poessinger
57913db57a interfaces: move common "ipv6 addr autoconf" description to include file
This reduces the amount of duplicated text.
2020-01-04 10:48:32 +01:00
Christian Poessinger
4e7203eb89 vxlan: add IPv6 support 2019-12-31 13:37:30 +01:00
Christian Poessinger
5811a15d43 vxlan: use documented section style guide 2019-12-30 12:43:48 +01:00
Christian Poessinger
5a09b36ecb vxlan: use documented section style guide 2019-12-30 12:17:20 +01:00
Christian Poessinger
269023845a Refactor "code-block:: console" to "code-block:: none" 2019-11-28 21:41:32 +01:00
Christian Poessinger
6aa3cbb611 Refactor "code-block:: sh" to "code-block:: console"
This will add proper new-lines into the rendered PDF. Before if it has
been a long line, not all content was preserved in the PDF.
2019-11-27 17:20:38 +01:00
Christian Poessinger
a0a07c6ab3 interfaces: update base interface definitions and links 2019-11-23 10:49:48 +01:00
Christian Poessinger
73edff0a21 Replace all RFC links with proper :rfc: syntax 2019-11-17 20:20:16 +01:00
Christian Poessinger
9c87432239 bridge: T1556: adopt to new bridge syntax 2019-11-07 21:54:22 +01:00
rebortg
7d8ef86887 remove port setter im not sure about this 2019-05-21 20:23:19 +02:00
rebortg
4638982916 include default port fix from T1384 2019-05-21 20:17:38 +02:00
rebortg
72d55cc779 add vxlan unicast example 2019-05-19 22:23:25 +02:00
kmpm
e6fa256933 Split network-interfaces into multiple files
- Now sections as separate files under interfaces/
- Fixed some references
2019-01-20 19:47:04 +01:00