summaryrefslogtreecommitdiff
path: root/docs/interfaces
AgeCommit message (Collapse)Author
2020-11-26ethernet: document mirror CLI optionChristian Poessinger
2020-11-24interfaces: add generic QinQ VLAN documentationChristian Poessinger
2020-11-23pppoe: fix inconsistent title levelChristian Poessinger
2020-11-23l2tpv3: fix inconsistent title levelChristian Poessinger
2020-11-23interfaces: add generic VLAN documentationChristian Poessinger
2020-11-14bridge: T3042: Document VLAN filterjack9603301
2020-11-13wireless: improve command definition documentationChristian Poessinger
2020-11-13interfaces: use common toc and chapter styleChristian Poessinger
2020-11-11Merge pull request #374 from currite/tunnel-keysChristian Poessinger
tunnel: add tunnel keys
2020-11-11tunnel: add tunnel keyscurrite
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-10interface: document dhcp(v6)-options on CLIChristian 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: advanced-index: also add ethernet and loopbackChristian 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-11-09Bridge: convert address to cmdincluderebortg
2020-11-05interfaces: add IPv6 DHCPv6-PD documentation for PPPoE and EthernetChristian Poessinger
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-09-20wwan: rename CLI command "ondemand" to "connect-on-demand"Christian Poessinger
2020-09-14bonding: add example with Arista EOSChristian Poessinger
2020-09-13bonding: extend operational mode commandsChristian Poessinger
2020-09-13bonding: add new command for minimum-linksChristian Poessinger
2020-08-23remove outdated and not maintained list of apnJoseph Turner
AT&T no longer uses the listed APN, and I don't think VyOS documentation should have APN's listed. That would best be up to the end user to find their proper settings for their service provider.
2020-08-23pppoe: dhcpv6-pd: adjust to new CLIChristian Poessinger
2020-08-15macvlan: pseudo-ethernet: fix wordingChristian Poessinger
2020-08-12macvlan: pseudo-ethernet: link bonding is supportedChristian Poessinger
2020-07-14wwan: extend list of supported modulesChristian Poessinger
2020-06-07ethernet: add "show interfaces ethernet <intf> physical offload" commandChristian Poessinger
2020-05-26pppoe: adjust DHCPv6-pd syntaxChristian Poessinger
2020-05-24pppoe: T2488: remove log commandChristian Poessinger
2020-05-22macsec: add replay protectionChristian Poessinger
2020-05-21macsec: R1 used twiceChristian Poessinger
2020-05-21macsec: add exampleChristian Poessinger
2020-05-21macsec: add key managementChristian Poessinger
2020-05-21macsec: initial documentationChristian Poessinger
Thank you Bootlin for the absract! https://bootlin.com/blog/network-traffic-encryption-in-linux-using-macsec-and-hardware-offloading/
2020-05-20pppoe: fix warningChristian Poessinger
2020-05-18pppoe: add IPv6 DHCPv6-PD documentationChristian Poessinger
2020-04-10vxlan: adjust to latest CLI (rename link to source-interface)Christian Poessinger
2020-04-10macvlan: peth: adjust to latest CLI (rename link to source-interface)Christian Poessinger
2020-04-05wwan: add op-mode commandsChristian Poessinger
2020-04-05wwan: add example config for Deutsche TelekomChristian Poessinger
2020-04-05wwan: add initial documentationChristian Poessinger
2020-04-05wifi: rename chapter, add 'Wireless LAN'Christian Poessinger
2020-04-05bond: rename chapter, add 'Link Aggregation' to titleChristian Poessinger
2020-04-01bridge: typo, stp warning and indentationcurrite
Adjusted to 72 column.
2020-03-30bond: add Cisco Catalyst exampleChristian Poessinger
2020-03-24router-advert: adjust to new CLI syntaxChristian Poessinger
2020-03-13index reorganisation to clarify concepts related to config, manage, ↵currite
advanced, basic