summaryrefslogtreecommitdiff
path: root/docs/interfaces
AgeCommit message (Collapse)Author
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
2020-03-05pppoe: add configuration command for SLAAC adressingChristian Poessinger
2020-02-25L2TPv3: add fix me bannerRobert Göhler
2020-02-25QinQ: add fix me bannerRobert Göhler
2020-02-25interfaces: change basic index chapter nameChristian Poessinger
2020-02-23pppoe: document all commandsChristian Poessinger
2020-02-23pppoe: migrate to new CLI syntaxChristian Poessinger
2020-02-19macvlan: peth: replace undecodable source charactersChristian Poessinger
2020-02-19macvlan: peth: add basic documentation about pseudo-ethernetChristian Poessinger
2020-02-17tunnel configuration correctionsThomas Mangin
IPv6 tunnel endpoints are IP not subnets, addresses are subnet not IPs
2020-02-04tunnel: fix ip6ip6 settingssinycn
2020-01-22geneve: remove example address from remote commandChristian Poessinger
2020-01-22geneve: remove examples from command definitionChristian 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.
2020-01-02dummy: loopback: add usage hintChristian Poessinger
2019-12-31vxlan: add IPv6 supportChristian Poessinger
2019-12-31bond: fix example (bad CLI syntax)Christian Poessinger
2019-12-31bond: fix type bridge -> bondingChristian Poessinger
2019-12-31bond: add vyos exampleChristian Poessinger