kuryr-kubernetes/kuryr_kubernetes/cni/binding
QingchuanHao c00513bb64 fix kury-cni exits unexpectedly when MTU of network is 0
If the MTU of the netowrk of interface is 0,
"Netlink Error, invalid argument" will be raised,
and kury-cni exits unexpectedly.

When mtu is 0,
1. dhcp-option-force of dnsmasq for is not set,
   and mtu of interface of vm is set to be 1500 by default
2. mtu of qvo-xxx and qvb-xxx is set to 1500,
   which is determined by configuration,network_device_mtu.

Fix this by adding default network device MTU configuration,
which is used instead if MTU of network is 0

Change-Id: I7c1140b116aa6304aca13479a7d7eb82d828d16f
Close-Bug: 1738812
2018-03-14 21:36:23 +08:00
..
__init__.py Experimental CNI & VIFBridge binding 2016-12-05 18:05:22 +00:00
base.py Add readiness and liveness checks to CNI. 2018-02-20 14:58:53 +00:00
bridge.py fix kury-cni exits unexpectedly when MTU of network is 0 2018-03-14 21:36:23 +08:00
nested.py Add readiness and liveness checks to CNI. 2018-02-20 14:58:53 +00:00