Skip to content

Commit

Permalink
docs: document udp and alloc backends and their configuration values
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Yakubovich committed Sep 18, 2014
1 parent 1d086ba commit 3cdf603
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@ to the first subnet of Network.
* ```SubnetMax``` (string): The end of the IP range at which the subnet allocation should end with. Defaults to
the last subnet of Network.

* ```Backend``` (dictionary): Type of backend to use and specific configurations for that backend. The list
of available backends and the keys that can be put into the this dictionary are listed below. Defaults to
"udp" backend.

### Backends
* udp: use UDP to encapsulate the packets.
* ```Type``` (string): ```udp```
* ```Port``` (number): UDP port to use for sending encapsulated packets. Defaults to 8285

* alloc: only perform subnet allocation (no forwarding of data packets)
* ```Type``` (string): ```alloc```

### Firewalls
flannel uses UDP port 8285 for sending encapsulated packets. Make sure that your firewall rules allow
this traffic for all hosts participating in the overlay network.
Expand Down

0 comments on commit 3cdf603

Please sign in to comment.