Re: [ovs-dev] [PATCH 1/3] ovs-ctl: Add load-kmod sub-command

2011-09-06 Thread Simon Horman
On Tue, Sep 06, 2011 at 09:53:50AM -0700, Ben Pfaff wrote: > On Tue, Sep 06, 2011 at 09:35:47AM +0900, Simon Horman wrote: > > On Debian there is a need for the init scripts to die gracefully > > if module insertion fails. In such a case it is desirable to print > > some sort of informative message

Re: [ovs-dev] [PATCH 1/3] ovs-ctl: Add load-kmod sub-command

2011-09-06 Thread Ben Pfaff
On Tue, Sep 06, 2011 at 09:35:47AM +0900, Simon Horman wrote: > On Debian there is a need for the init scripts to die gracefully > if module insertion fails. In such a case it is desirable to print > some sort of informative message. > > By adding the load-kmod sub-command to ovs-ctl init scripts

[ovs-dev] [PATCH 1/3] ovs-ctl: Add load-kmod sub-command

2011-09-05 Thread Simon Horman
On Debian there is a need for the init scripts to die gracefully if module insertion fails. In such a case it is desirable to print some sort of informative message. By adding the load-kmod sub-command to ovs-ctl init scripts may try to load modules and take appropriate action on failure or then t