Why not? As I know OVS have access to all header fields in layer 2 to layer
4!
How can I Implement a simple proxy using OVS? I mean, how can get packet
from a source node and send it to a destination node in a transparent
manner?

I need to get first 4 packet of a tcp session in the controller (as a
proxy) and then forward the rest of packets using OVS without intervention
of the controller and with keep current tcp session. How can I do that?


On Sat, Sep 5, 2015 at 10:19 PM, Justin Pettit <jpet...@nicira.com> wrote:

>
> > On Sep 5, 2015, at 8:53 AM, Seyyed Hesamoddin Ghasemi <
> s.hesam.ghas...@gmail.com> wrote:
> >
> > Hi every body,
> > I need to develop a proxy, and for this I should add/sub a constant
> value to sequence number and ack number in ovs, Could somebody please help
> me?
>
> OVS doesn't provide any visibility into the sequence numbers of TCP
> packets.
>
> --Justin
>
>
>


-- 
Seyyed Hesamoddin Ghasemi
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to