The "ovs-appctl" command can execute them.  When you run "ovs-appctl help", you 
should see the names that you register.

--Justin


On October 8, 2014 at 2:04:03 PM, Anup Khadka ([email protected]) wrote:
> I am trying to understand the unixctl module. More specifically how/when
> can an ofproto class make use of some of its functions. I was wondering if
> I can get some pointers or direction.
>  
> Assuming that I register a command with a name and provide a callback
> during registration, who and when will this callback be called? In other
> words, how can this registered command be called?
>  
> For example: ofproto-dpif registers a command called fdb/flush with a
> callback ofproto_unixctl_fdb_flush. When will this callback be called?
>  
> Are there any commands that an ofproto class must register?
>  
> Thank you,
> Anup
> _______________________________________________
> discuss mailing list
> [email protected]
> http://openvswitch.org/mailman/listinfo/discuss
>  

_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to