Adding a method in pyswitch to do this before L2 learning would be the
easiest thing to do.



On Tue, Sep 4, 2012 at 4:04 PM, Rui Vaz <[email protected]> wrote:

> Hello,
>
> I have a particular flow entry* that I want to apply whenever I get a tcp
> packet from 172.27.231.24 to 172.27.231.127,
> the rest of the flows should represent the normal behaviour of a switch.
>
> *"in_port=3, dl_type=0x0800, nw_proto=6, nw_dst=172.27.231.127,
> nw_src=172.27.231.24, actions=mod_nw_dst:172.27.231.64,
> mod_nw_src:172.27.231.1,  mod_dl_dst:7a:90:4c:c8:b7:26,output:2"
>
> Is there any easy way to hardcode, or configure this in Nox, or should I
> modify the pyswitch.py example
>
> Thank you,
>
> --
> Rui Vaz
>
>
>
>

Reply via email to