On Sep 25, 2013, at 6:22 PM, Keqiang He <[email protected]> wrote:

> Hello--
> 
> I searched the pox wiki, trying to find how to modify a rule in the flow 
> table. 
> 
> For example, a rule looks like this:
> srcip: A
> dstip: B
> port : 2
> 
> I want to change it to:
> srcip: C
> dstip: B
> port :2
> 
> You may think that we can do it by simply add a new rule. Yeah, I am curious 
> whether it can also be completed by a modification command.

You add the new rule and delete the old one (or delete the old one and add the 
new one).  The modify command can change the timeouts and actions, I think, but 
not the match.

-- Murphy

Reply via email to