Discussion:
[ovs-discuss] OVS GRE Behavior
Dmita Levy
2013-07-29 22:45:56 UTC
Permalink
Hello,

Is it possible to get OVS to GRE encapsulate ALL traffic leaving a host
regardless of the packet's destination? We're trying to find a way to make
OVS encapsulate every packet that leaves a host inside of a GRE header and
change the key value as well.

Thanks Always,
Dmita
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/discuss/attachments/20130729/db47201b/attachment.htm>
Jesse Gross
2013-07-30 00:20:52 UTC
Permalink
Post by Dmita Levy
Hello,
Is it possible to get OVS to GRE encapsulate ALL traffic leaving a host
regardless of the packet's destination? We're trying to find a way to make
OVS encapsulate every packet that leaves a host inside of a GRE header and
change the key value as well.
You can just write a flow to direct all traffic to the GRE port.
X-CudaMail-Whitelist-To: discuss at openvswitch.org
Justin Pettit
2013-07-30 02:12:48 UTC
Permalink
As Jesse mentioned, you can write flows. Depending on your requirements, mirroring to a tunnel may be a good alternative.

--Justin
Post by Dmita Levy
Hello,
Is it possible to get OVS to GRE encapsulate ALL traffic leaving a host regardless of the packet's destination? We're trying to find a way to make OVS encapsulate every packet that leaves a host inside of a GRE header and change the key value as well.
Thanks Always,
Dmita
_______________________________________________
discuss mailing list
discuss at openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
Loading...