Description of problem: OVS-DPDK User Bridges may be standalone and do not require an active kernel interface. There is a setting for ifcfg files in network-init-scripts that allows this behavior. Add support in os-net-config for setting LINKSTATUS=down in user bridge ifcfg files when using init-scripts instead of NetworkManager Version-Release number of selected component (if applicable): 17.1.4 How reproducible: 100% Steps to Reproduce: 1. Configure an ovs-DPDK user_bridge with no IP address 2. Run os-net-config 3. Bring up the OVS user bridge Actual results: The user bridge is brought up with an active kernel interface, which leads to broadcast and multicast traffic hitting the kernel and using excess CPU Expected results: The OVS user bridge should be down and not show as “DOWN” in “ip addr” Additional info: A fix was made in init-scripts but this support was not added to os-net-config before as there was not a use case before, but now we have a customer who wishes to use the OVS user bridge without support for tunnel networks and needs this feature for maximum provider network performance.