Delete the OVSTunnel to use the UdpTunnel instead. Just need to fix an issue with...
authorJulien Tribino <julien.tribino@inria.fr>
Thu, 11 Sep 2014 09:14:52 +0000 (11:14 +0200)
committerJulien Tribino <julien.tribino@inria.fr>
Thu, 11 Sep 2014 09:14:52 +0000 (11:14 +0200)
commit4f61ec12520928b3403ee2a75c9e4ce1b30907a3
treecf245ff57dc51f118fdcd2091b52c8306272fb5a
parent4c05030074b51677a854bfd9d71c9a83de44c90c
Delete the OVSTunnel to use the UdpTunnel instead. Just need to fix an issue with the linux tap : The test linux/udptunnel doesn't work
12 files changed:
examples/openvswitch/ovs_ping_2switches.py
examples/openvswitch/ovs_ping_3switches_line.py
examples/openvswitch/ovs_ping_3switches_loop.py
src/nepi/resources/linux/tap.py
src/nepi/resources/linux/tunnel.py
src/nepi/resources/linux/udptunnel.py
src/nepi/resources/planetlab/openvswitch/ovs.py
src/nepi/resources/planetlab/openvswitch/ovsport.py
src/nepi/resources/planetlab/openvswitch/tunnel.py [deleted file]
src/nepi/resources/planetlab/tap.py
test/resources/linux/udptunnel.py
test/resources/planetlab/udptunnel.py