This all depends on how you install Open vSwitch. Are you building your own OVS? Unless you have a specific reason to do so, it's probably a better idea these days to install it using packages from your OS distribution... in which case, the kernel module should already be installed, and no insmod is required.
Also, you probably don't want to be using dpctl, but instead probably want to be using the OVS tools (ovs-vsctl, ovs-ofctl, etc.). If you are referring to some material to help you get started, I'd suspect that it might be quite old. -- Murphy On Apr 5, 2015, at 2:11 AM, Dalia Adheed <[email protected]> wrote: > Hello , > I'm an engineering student and my thesis is about the OpenFlow network . I > am trying to configure one of the linux virtual machine in virtualbox to run > as openflow switch (openvswitch) by using dpctl commands but i have problem > in (insmod datapath/linux-2.6/openflow_mod.ko) it shows that there is no such > file ?? but i did all the installation correct i think! please help me > > thanks > _______________________________________________ > openflow-discuss mailing list > [email protected] > https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
_______________________________________________ openflow-discuss mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
