ifupdown-ng/executor-scripts/linux
Maximilian Wilhelm b75e509f3d vxlan: Add support for PTMP setups and rename options to vxlan-peer-{ip,group}
This commit adds support for configuring static PTMP overlays with VXLAN by
  allowing to specify multiple IPs for »vxlan-peer-ips«.  If more than one IP
  is given ifupdown-ng will set up additional FDB entries for all peer IPs and
  the Linux Kernel will do ingres / head-end replication for BUM traffic.

  For a cleaner naming schema and simliar names to commercial vendor CLIs the
  options to specify unicast or multicast peers have been renamed and aliases
  added for compatibility to previous versions of ifupdown-ng:
   * »vxlan-remote-ip« now is named »vxlan-peer-ips«
   * »vxlan-remote-group« now is called »vxlan-peer-group«

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
2021-10-16 15:27:30 +02:00
..
batman executors: drop set -e, closes #121 2020-11-02 08:53:30 -07:00
bond Add tests for bond executor 2021-03-24 15:06:22 +01:00
bridge executors: drop set -e, closes #121 2020-11-02 08:53:30 -07:00
dhcp dhcp executor: Pass correct arguments to dhclient 2020-12-14 11:23:59 -06:00
ethtool executors: drop set -e, closes #121 2020-11-02 08:53:30 -07:00
forward tests: add tests for forward executor 2020-12-16 06:23:38 -07:00
gre executors: drop set -e, closes #121 2020-11-02 08:53:30 -07:00
ipv6-ra executors: drop set -e, closes #121 2020-11-02 08:53:30 -07:00
link executors: drop set -e, closes #121 2020-11-02 08:53:30 -07:00
mpls Add support for MPLS on Linux 2021-03-30 23:29:52 +02:00
ppp executors: drop set -e, closes #121 2020-11-02 08:53:30 -07:00
static static: use ip addr|route flush instead of manually deleting matching routes 2021-04-22 01:43:12 -06:00
tunnel tunnel executore: Add support for setting pmtudisc / ignore-df for tunnels. 2021-06-03 18:53:25 +02:00
vrf executors: drop set -e, closes #121 2020-11-02 08:53:30 -07:00
vxlan vxlan: Add support for PTMP setups and rename options to vxlan-peer-{ip,group} 2021-10-16 15:27:30 +02:00
wifi wifi executor: And some sanity checks to stopping wpa_supplicant 2020-12-04 07:01:47 +01:00
wireguard executors: drop set -e, closes #121 2020-11-02 08:53:30 -07:00