On Wed, Jan 16, 2019 at 07:01:13PM +0000, Mary Manohar wrote: > Policy-based routing (PBR) provides a mechanism to configure permit/deny and > reroute policies on the router. > Permit/deny policies are similar to OVN ACLs, but exist on the logical-router. > Reroute policies are needed for service-insertion and service-chaining. > Currently, policies are stateless. > > To achieve this, a new table is introduced in the ingress pipeline of the > Logical-router. > The new table is between the ‘IP Routing’ and the ‘ARP/ND resolution’ table. > This way, PBR can override routing decisions and provide a different next-hop.
Thanks a lot for the patch! I'm having trouble applying it. When I pass it to "git am -3", I get the following: Using index info to reconstruct a base tree... M ovn/northd/ovn-northd.c M ovn/ovn-nb.xml M ovn/utilities/ovn-nbctl.c M tests/ovn-nbctl.at M tests/ovn.at error: patch failed: ovn/northd/ovn-northd.c:142 error: ovn/northd/ovn-northd.c: patch does not apply error: patch failed: ovn/ovn-nb.ovsschema:1 error: ovn/ovn-nb.ovsschema: patch does not apply error: patch failed: ovn/ovn-nb.xml:1236 error: ovn/ovn-nb.xml: patch does not apply error: patch failed: ovn/utilities/ovn-nbctl.c:640 error: ovn/utilities/ovn-nbctl.c: patch does not apply error: patch failed: tests/ovn-nbctl.at:1331 error: tests/ovn-nbctl.at: patch does not apply error: patch failed: tests/ovn.at:5085 error: tests/ovn.at: patch does not apply error: Did you hand edit your patch? It does not apply to blobs recorded in its index. Thanks, Ben. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
