mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
Commit 047458de40391 ("ovs-sandbox: Add option to support multiple ovn-controllers.") allowed creating multiple instances of ovn-controller. However, all instances would use the same log file name. This commit uses the sequence number to name the log file. Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>