summaryrefslogtreecommitdiff
path: root/docs/interfaces/vxlan.rst
AgeCommit message (Collapse)Author
2020-11-29arrange: interfacesrebortg
2020-11-10interfaces: consolidate vxlan, geneve, wifi, pppoe, wwan to new include ↵Christian Poessinger
command syntax
2020-11-10interface: move mac and mtu documentation to common fileChristian Poessinger
2020-11-10interfaces: introduce new common-with|without-dhcp includeChristian Poessinger
Now we have one single include dealing with all the common interface stuff which is present on every interface.
2020-11-10interfaces: add common description include fileChristian Poessinger
2020-11-10interfaces: extend usage of new cmdinclude directive for bridge, bond, eth, ↵Christian Poessinger
peth, vxlan 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.
2020-10-16vxlan syntax correction: link and remote-port parameters are not available ↵root
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-04-10vxlan: adjust to latest CLI (rename link to source-interface)Christian Poessinger
2020-01-11Fix some typos and capitalizationsStephen James
2020-01-04interfaces: move common "ipv6 addr autoconf" description to include fileChristian Poessinger
This reduces the amount of duplicated text.
2019-12-31vxlan: add IPv6 supportChristian Poessinger
2019-12-30vxlan: use documented section style guideChristian Poessinger
2019-12-30vxlan: use documented section style guideChristian Poessinger
2019-11-28Refactor "code-block:: console" to "code-block:: none"Christian Poessinger
2019-11-27Refactor "code-block:: sh" to "code-block:: console"Christian Poessinger
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-23interfaces: update base interface definitions and linksChristian Poessinger
2019-11-17Replace all RFC links with proper :rfc: syntaxChristian Poessinger
2019-11-07bridge: T1556: adopt to new bridge syntaxChristian Poessinger
2019-05-21remove port setter im not sure about thisrebortg
2019-05-21include default port fix from T1384rebortg
2019-05-19add vxlan unicast examplerebortg
2019-01-20Split network-interfaces into multiple fileskmpm
- Now sections as separate files under interfaces/ - Fixed some references