Skip to content

Commit

Permalink
Merge pull request flannel-io#1748 from rbrtbnfgl/vxlan_respberry
Browse files Browse the repository at this point in the history
Update backend documentation for VXLAN on raspberry pi
  • Loading branch information
rbrtbnfgl authored Mar 23, 2023
2 parents a9e0609 + bc32124 commit 7554e74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ Type and options:
* `MTU` (number): Desired MTU for the outgoing packets if not defined the MTU of the external interface is used.
* `MacPrefix` (String): Only use on Windows, set to the MAC prefix. Defaults to `0E-2A`.

Starting with Ubuntu 21.10, vxlan support on Raspberry Pi has been moved into a seperate kernel module.
```
sudo apt install linux-modules-extra-raspi
```

### host-gw

Use host-gw to create IP routes to subnets via remote machine IPs. Requires direct layer2 connectivity between hosts running flannel.
Expand Down

0 comments on commit 7554e74

Please sign in to comment.