Re: [ovs-discuss] ovn: ovn service chaining

2016-03-30 Thread Ben Pfaff
On Tue, Mar 15, 2016 at 06:56:41PM +, Farhad Sunavala wrote: > Hi, > Is anyone working on service function chaining support for OVN ? > I was thinking of extending the ovn-nb ACL syntax to include a > "redirect"action.  Something as follows > ovn-nbctl acl-add sw0 from-lport 1002 "inport == \"

[ovs-discuss] ovn: ovn service chaining

2016-03-15 Thread Farhad Sunavala
Hi, Is anyone working on service function chaining support for OVN ? I was thinking of extending the ovn-nb ACL syntax to include a "redirect"action.  Something as follows ovn-nbctl acl-add sw0 from-lport 1002 "inport == \"sw0-port1\" && ip" redirect sw0-port4 Is anyone working on similar functi