On Tue, Apr 10, 2012 at 3:27 PM, Yi Sun <[email protected]> wrote: > Hello, > In openvswitch, is there something similar to the NF_HOOK? Bascially, I'm > looking for a method to register an action handling function that is > implemented by another kernel module.
No, Open vSwitch is designed to be driven by userspace and arbitrary hooks prevent that from happening. It sounds like you want to use Netfilter instead. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
