mirror_ifupdown2/docs/examples
Maximilian Wilhelm b1a2d2417b Add addon module for B.A.T.M.A.N. advanced interface configuration. #12
batman wasn't in master-next so it got removed during the last merge
this commit adds it back to master.
See PR #12

From Maximilian Wilhelm:
  This commit adds support for configuring B.A.T.M.A.N. advanced interfaces
  with ifupdown2. B.A.T.M.A.N. advanced is a protocol to build Layer2 based
  mesh networks with. It's supported in the Linux kernel and thus available
  in many Linux environments.

  A configuration could look like this

  auto bat0
  iface bat0
      batman-ifaces eth1 eth2.23
      batman-ifaces-ignore-regex .*_nodes
      batman-hop-penalty 23
      #
      address 192.0.2.42/24

  where »bat0« would be the local connection to the mesh network.

  The interfaces »eth1« and »eth2.23« would be used by the B.A.T.M.A.N. adv.
  protocol to communicate to other member of the mesh network.

  Any interfaces matching the »ifaces-ignore-regex« will be gently ignored
  by ifquery and ifreload as there might be some tunnels or interfaces
  added to the mesh network by other means which should not be removed by
  any subsequent ifreload run.

  The »hop-penalty» parameter set the penalty of this node within the mesh
  network.

Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>

Author: Maximilian Wilhelm <max@rfc2324.org>
2018-12-19 07:12:58 +01:00
..
batman_adv Add addon module for B.A.T.M.A.N. advanced interface configuration. #12 2018-12-19 07:12:58 +01:00
vlan_aware_bridges ifupdown2 2.0.0 release 2018-12-13 11:43:32 -08:00
generate_interfaces.py ifupdown2 2.0.0 release 2018-12-13 11:43:32 -08:00
interfaces docs: examples: interfaces: fixing merge error 2016-10-05 20:06:19 +02:00
interfaces_bridge_igmp_mstp docs: examples: fixing merge errors 2016-10-05 20:13:28 +02:00
interfaces_bridge_template_func move ifupdown2/* . 2015-08-02 05:05:52 -07:00
interfaces_bridge_vlan_bond_vxlan_vrf docs: examples: adding new example interface file 2016-10-05 16:53:46 +02:00
interfaces_with_template fix errors in examples that were generate warnings 2015-09-09 11:21:24 -07:00
mgmt-vrf docs: Update mgmt vrf example 2016-03-16 17:33:40 -06:00