> I did not write that script, so I am only going to make an educated guess. > The dependency on $syslog looks obvious. Open vSwitch has daemons and > scripts that do logging and hence needs syslog.
Sure, but that does not necessarily means the you need to depend on syslog. A reasonable behavior is to simple log messages to the console if syslog fails (using LOG_CONS for openlog in lib/vlog.c). > For $named, If you configure dhcp for your OVS bridge, I can see why you may > need hostname resolution. Other than that I do not see any configuration in > OVSDB where we allow a DNS name. I don't really get that. The standard bridge can use dhcp without any problems at boot time, so why is a OVS bridge different? _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
