Discussion:
[ovs-discuss] Creating a loopback virtual port in OVS
Tomer Pearl
2014-10-19 16:32:18 UTC
Permalink
Hello ovs community,
I'm requesting help, after long days of frustration.

My goal is to create a loopback vport in ovs so I can send packets to that port (by using an output action to that vport) and receive the same packet in table 0 again.

I'm using openvswitch-2.1.2-1.x86_64 rpm version.

I have tried many things:

1. Defined a single interface that will do that loopback

2. Defined two interfaces, used the first interface as a value to the output action and matched on the second interface number.

3. Tried to define two interfaces with vxlan tunnel between them and use them as described in option 2 above.

Nothing seems to work.

Can someone give me an example for doing such a thing that works?
I have searched the web and didn't find a tutorial that addressed my problem.

Thank you very much,
Tomer.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/discuss/attachments/20141019/3c9f1929/attachment.html>
Ben Pfaff
2014-10-20 03:43:40 UTC
Permalink
Post by Tomer Pearl
I'm requesting help, after long days of frustration.
My goal is to create a loopback vport in ovs so I can send packets to
that port (by using an output action to that vport) and receive the
same packet in table 0 again.
You can use a patch port, or you can use a resubmit action.

Loading...