Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backend/udp: bind to the advertised interface
Before this fix flanneld would bind to 0.0.0.0 instead of the selected or user specificed interface in `-iface`. This is not only unexpected but also unnecessary because flanneld advertises its public IP through etcd and will only expect people to talk through that IP.
- Loading branch information