> On Aug 16, 2017, at 10:32 AM, [email protected] wrote: > > Hi, > Is it possible to service chain in openvswitch w/o using opendaylight? For > example, I have 4 ports configured to a bridge in ovs. The server on port 4 > serves up http web pages, I want to make a call from a host on port 1 but I > want that request to flow to port 2 and then port 3 and finally to port 4. > Is this possible?
Yes, you should be able to do such a thing with OpenFlow rules through a controller or the ovs-ofctl command. --Justin _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
