vxlan #198

Closed
rohammer wants to merge 3 commits from rohammer:vxlan into master
Member

Set initial vid.

Set initial vid.
rohammer added 3 commits 2022-01-03 21:39:59 +01:00
0e632b21e4 fff-vpn-select: Make vpn-select modular
This rewrite makes vpn-select modular to easely add new vpn-protocols.

The stuff dependent on the vpn-protocol is outsourced to files in /usr/lib/vpn-select.d/ and comes in with the respective vpn package. In this way it is easy to select or deselect vpnprotocols to be build in.

vpn-stop is removed to use the protocol independent start/stop mechanism of vpn-select. Instead, a symlink is used.

Signed-off-by: Robert Langhammer <rlanghammer@web.de>
9c417e9cb8 fff-node: Add package fff-vxlan-node-vpn
This package adds vxlan support to the node variant and configures the vxlan-vpn tunnels to the gateways.

Signed-off-by: Robert Langhammer <rlanghammer@web.de>

---
A vpn section for vxlan in hoodfile:

    "vpn": [
       {
        "name": "gatewayname",
        "protocol": "vxlan",
        "address": "gateway.url" (or IP)
       }

"name" is optional.
---
5c25e32c04 vxlan-node-vpn: add initial vid
Without a vid, netifd is running in an ifup-loop.
This situation is comming up on firstboot. An exsisting hoodfile causes a set vid.

Signed-off-by: Robert Langhammer <rlanghammer@web.de>
rohammer closed this pull request 2022-01-03 21:43:26 +01:00

Pull request closed

Sign in to join this conversation.
No description provided.