nokia / danm

TelCo grade network management in a Kubernetes cluster
BSD 3-Clause "New" or "Revised" License
373 stars 81 forks source link

Cosmetic / low-impact changes made to dummy kernel interface feature #234

Closed Levovar closed 4 years ago

Levovar commented 4 years ago

1: When VLAN is configured we only add the VF MAC to the final interface, and not for the underlay Previously we added it to both. On kernel 4.14-4.18-4.19 this is okay, but maybe older kernels can't tolerate the same MAC added to multiple interfaces in the same netns? 2: Proper sysctl settings are now manually applied on the underlay dummy as well (i.e. IPv6 ON/OFF)