ovs-monitor-ipsec: Don't abort if syslog is not available.
authorBen Pfaff <blp@nicira.com>
Fri, 26 Aug 2011 23:46:16 +0000 (16:46 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 26 Aug 2011 23:47:52 +0000 (16:47 -0700)
commit3eda9831a4df9b3aa1d84c013a3e1d8c7f39f861
tree27ec655a8502be643823b39af20a7191df01b07e
parent3a48ace3e4799ce25099a8584372abe7a4d6d771
ovs-monitor-ipsec: Don't abort if syslog is not available.

If /dev/log doesn't exist or cannot be contacted, ovs-monitor-ipsec would
abort with an exception.  This allows it to start up and run.

It's pretty common for a chroot used for testing not to have a syslogd
instance set up and running, so this limitation caused testing problems.

Reported-by: Simon Horman <horms@verge.net.au>
Tested-by: Simon Horman <horms@verge.net.au>
debian/ovs-monitor-ipsec