This fix ensures that the libofproto is also placed in the update-alternatives to ensure that the library is build with the same defines (e.g. NETDEV_DPDK) as the ovs-vswitchd binary.
Previously, even the ovs-vswitchd build with DPDK used the libofproto without DPDK support.
closes: #992406