openvswitch: support setting OpenFlow datapath ID 16228/head
authorStijn Tintel <stijn@linux-ipv6.be>
Mon, 26 Jul 2021 16:04:19 +0000 (19:04 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Thu, 29 Jul 2021 08:02:34 +0000 (11:02 +0300)
commit4a4c1634e61a670a6bbbcd6cac467b62e48dbff3
treeb94ebfe8fcdf550edd347dcdf16013977d48bfc4
parenta167eed8379371acc6d48a286b61d6dca6532b1c
openvswitch: support setting OpenFlow datapath ID

By default, Open vSwitch will generate the OpenFlow datapath ID of a
bridge based on the MAC address of one of its ports. Due to this, it's
possible that the datapath ID changes when new ports are added. When the
datapath ID changes, Open vSwitch disconnects from the controller, as
there is no way to notify the controller that the datapath ID has
changed.

Add an option to set the datapath ID so that the above situation can be
avoided. The option takes either exactly 16 hex characters, or when
prefixed with 0x, between 1 and 16 hex characters.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
net/openvswitch/Makefile
net/openvswitch/README.md
net/openvswitch/files/openvswitch.config
net/openvswitch/files/openvswitch.init