diff mbox series

[ovs-dev] OVN: Add NEWS for Policy-based routing

Message ID 1555466864-133156-1-git-send-email-mary.manohar@nutanix.com
State Accepted
Headers show
Series [ovs-dev] OVN: Add NEWS for Policy-based routing | expand

Commit Message

Mary Manohar April 17, 2019, 2:05 a.m. UTC
Signed-off-by: Mary Manohar <mary.manohar at nutanix.com>
---
 NEWS | 3 +++
 1 file changed, 3 insertions(+)

Comments

0-day Robot April 17, 2019, 3:50 a.m. UTC | #1
Bleep bloop.  Greetings Mary Manohar, I am a robot and I have tried out your patch.
Thanks for your contribution.

I encountered some error that I wasn't expecting.  See the details below.


checkpatch:
ERROR: Author Mary Manohar <mary.manohar@nutanix.com> needs to sign off.
WARNING: Unexpected sign-offs from developers who are not authors or co-authors or committers: Mary Manohar <mary.manohar at nutanix.com>
WARNING: Line is 80 characters long (recommended limit is 79)
#20 FILE: NEWS:34:
       policies on the logical router. New table(Logical_Router_Policy) added in

Lines checked: 27, Warnings: 2, Errors: 1


Please check this out.  If you feel there has been an error, please email aconole@bytheb.org

Thanks,
0-day Robot
Ben Pfaff April 17, 2019, 4:18 a.m. UTC | #2
On Wed, Apr 17, 2019 at 02:05:30AM +0000, Mary Manohar wrote:
> Signed-off-by: Mary Manohar <mary.manohar at nutanix.com>

Thanks!  Applied to master.
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 5a215b2..f3233d2 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,9 @@  Post-v2.11.0
      * Select IPAM mac_prefix in a random manner if not provided by the user
      * Added the HA chassis group support.
      * Added 'external' logical port support.
+     * Added Policy-based routing(PBR) support to create permit/deny/reroute
+       policies on the logical router. New table(Logical_Router_Policy) added in
+       OVN-NB schema. New "ovn-nbctl" commands to add/delete/list PBR policies.
    - New QoS type "linux-netem" on Linux.
 
 v2.11.0 - 19 Feb 2019