144 Commits

Author SHA1 Message Date
Christian Poessinger
d20c299b9d interfaces: use common toc and chapter style 2020-11-13 14:46:04 +01:00
Christian Poessinger
d9d7e64a54
Merge pull request #374 from currite/tunnel-keys
tunnel: add tunnel keys
2020-11-11 17:55:58 +01:00
currite
750387723f tunnel: add tunnel keys 2020-11-11 10:12:18 +01:00
Christian Poessinger
f0ed78b3ad interfaces: consolidate vxlan, geneve, wifi, pppoe, wwan to new include command syntax 2020-11-10 22:57:12 +01:00
Christian Poessinger
f6ee81e582 interface: move mac and mtu documentation to common file 2020-11-10 21:42:38 +01:00
Christian Poessinger
ab3552884e interface: document dhcp(v6)-options on CLI 2020-11-10 21:29:41 +01:00
Christian Poessinger
a3b5c8083e interfaces: introduce new common-with|without-dhcp include
Now we have one single include dealing with all the common interface
stuff which is present on every interface.
2020-11-10 20:39:39 +01:00
Christian Poessinger
be6c3c1624 interfaces: add common description include file 2020-11-10 20:26:15 +01:00
Christian Poessinger
0d8451f1dd interfaces: advanced-index: also add ethernet and loopback 2020-11-10 20:25:01 +01:00
Christian Poessinger
b7e61a03f0 interfaces: extend usage of new cmdinclude directive for bridge, bond, eth, 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-10 20:02:47 +01:00
rebortg
58b3a577e5 Bridge: convert address to cmdinclude 2020-11-09 21:30:06 +01:00
Christian Poessinger
7e35e64526 interfaces: add IPv6 DHCPv6-PD documentation for PPPoE and Ethernet 2020-11-05 13:12:49 +01:00
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
59fb884e37 wwan: rename CLI command "ondemand" to "connect-on-demand" 2020-09-20 14:36:41 +02:00
Christian Poessinger
a010ef5190 bonding: add example with Arista EOS 2020-09-14 21:03:33 +02:00
Christian Poessinger
2862a9318f bonding: extend operational mode commands 2020-09-13 16:08:12 +02:00
Christian Poessinger
5e86c158b7 bonding: add new command for minimum-links 2020-09-13 16:03:40 +02:00
Joseph Turner
4286b55499
remove outdated and not maintained list of apn
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-23 13:40:15 -05:00
Christian Poessinger
edc15b1537 pppoe: dhcpv6-pd: adjust to new CLI 2020-08-23 00:45:23 +02:00
Christian Poessinger
ae64cdc662 macvlan: pseudo-ethernet: fix wording 2020-08-15 20:31:09 +02:00
Christian Poessinger
9d75c487f3 macvlan: pseudo-ethernet: link bonding is supported 2020-08-12 22:17:55 +02:00
Christian Poessinger
8b7df2b1f2 wwan: extend list of supported modules 2020-07-14 22:25:48 +02:00
Christian Poessinger
cbfee94c9d
ethernet: add "show interfaces ethernet <intf> physical offload" command 2020-06-07 11:05:33 +02:00
Christian Poessinger
5c07f2515e pppoe: adjust DHCPv6-pd syntax 2020-05-26 21:27:24 +02:00
Christian Poessinger
c8376654ad
pppoe: T2488: remove log command 2020-05-24 12:32:40 +02:00
Christian Poessinger
40ec6b742a macsec: add replay protection 2020-05-22 11:09:30 +02:00
Christian Poessinger
da30b6ab90
macsec: R1 used twice 2020-05-21 20:32:32 +02:00
Christian Poessinger
bc3f509ccb macsec: add example 2020-05-21 17:39:25 +02:00
Christian Poessinger
361391385a macsec: add key management 2020-05-21 13:42:19 +02:00
Christian Poessinger
6c65fbc5f9 macsec: initial documentation
Thank you Bootlin for the absract!
https://bootlin.com/blog/network-traffic-encryption-in-linux-using-macsec-and-hardware-offloading/
2020-05-21 10:50:11 +02:00
Christian Poessinger
4004225803 pppoe: fix warning 2020-05-20 16:06:17 +02:00
Christian Poessinger
703ae17b5a pppoe: add IPv6 DHCPv6-PD documentation 2020-05-18 08:05:39 +02:00
Christian Poessinger
2f00035cee vxlan: adjust to latest CLI (rename link to source-interface) 2020-04-10 13:07:12 +02:00
Christian Poessinger
2592f74632 macvlan: peth: adjust to latest CLI (rename link to source-interface) 2020-04-10 13:07:12 +02:00
Christian Poessinger
252f15753a wwan: add op-mode commands 2020-04-05 10:56:52 +02:00
Christian Poessinger
a2dda44e6d wwan: add example config for Deutsche Telekom 2020-04-05 10:56:52 +02:00
Christian Poessinger
2fdd929300 wwan: add initial documentation 2020-04-05 10:56:52 +02:00
Christian Poessinger
13a3844101 wifi: rename chapter, add 'Wireless LAN' 2020-04-05 10:56:52 +02:00
Christian Poessinger
251d4e7b0e bond: rename chapter, add 'Link Aggregation' to title 2020-04-05 10:56:52 +02:00
currite
8892024f51 bridge: typo, stp warning and indentation
Adjusted to 72 column.
2020-04-01 15:49:47 +02:00
Christian Poessinger
39a3c0555e bond: add Cisco Catalyst example 2020-03-30 14:35:23 +02:00
Christian Poessinger
1992aededa router-advert: adjust to new CLI syntax 2020-03-24 21:19:22 +01:00
currite
8c2b323506 index reorganisation to clarify concepts related to config, manage, advanced, basic 2020-03-13 20:41:03 +01:00
Christian Poessinger
1b94384a0e pppoe: add configuration command for SLAAC adressing 2020-03-05 17:49:53 +01:00
Robert Göhler
394175e058 L2TPv3: add fix me banner 2020-02-25 20:12:34 +01:00
Robert Göhler
001ce1fd80 QinQ: add fix me banner 2020-02-25 20:12:30 +01:00
Christian Poessinger
aee753b9ff interfaces: change basic index chapter name 2020-02-25 12:32:14 +01:00
Christian Poessinger
cf8ac48b88 pppoe: document all commands 2020-02-23 19:49:38 +01:00
Christian Poessinger
242ed404bf pppoe: migrate to new CLI syntax 2020-02-23 15:53:35 +01:00
Christian Poessinger
49f6fbb0b7 macvlan: peth: replace undecodable source characters 2020-02-19 08:22:52 +01:00