commit | 6ecfe67d8e8166a3dc42332ba8d1615be6a14a68 | [log] [tgz] |
---|---|---|
author | Lucas Alvares Gomes <lucasagomes@gmail.com> | Wed Sep 23 11:54:19 2020 +0100 |
committer | Lucas Alvares Gomes <lucasagomes@gmail.com> | Mon Oct 26 13:55:33 2020 +0000 |
tree | 0576dff9b00f0e10e94286063bfb939b59506711 | |
parent | 7de6e0b2eca9ac661a92badef4488d8d6380b06f [diff] |
Configure os-vif ovsdb_connection This patch set the os-vif "ovsdb_connection" configuration option so it can connect to the local OVSDB. By default, this option points to tcp:127.0.0.1:6640 and would fail if SERVICE_IP_VERSION == 6. Also, if SERVICE_IP_VERSION is an IPv6 address, it should be wraped with square brackets for it to work. Change-Id: Ie6eec4e140c7464936cf0b0c6307026a94c9f4ee Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>