2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-25 15:07:05 +00:00

Merge commit 'origin/citrix'

Conflicts:

	configure.ac
This commit is contained in:
Justin Pettit
2009-07-28 22:16:50 -07:00
16 changed files with 210 additions and 93 deletions

View File

@@ -220,7 +220,7 @@ case "$1" in
configure_ssl
;;
*)
echo "$default: CONTROLLER must be in the form 'ssl:HOST[:PORT]' or 'tcp:HOST[:PORT]' when not in discovery mode" >&2
echo "$default: CONTROLLER must be in the form 'ssl:IP[:PORT]' or 'tcp:IP[:PORT]' when not in discovery mode" >&2
echo "Run ovs-switch-setup (in the openvswitch-switch-config package) or edit /etc/default/openvswitch-switch to configure" >&2
exit 1
esac