2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 01:51:26 +00:00

OVN: Add NEWS for Policy-based routing

Signed-off-by: Mary Manohar <mary.manohar at nutanix.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
Mary Manohar 2019-04-17 02:05:30 +00:00 committed by Ben Pfaff
parent 902c5ffd33
commit e9cbac536d

3
NEWS
View File

@ -30,6 +30,9 @@ Post-v2.11.0
ovn-nbctl lsp-set-addresses <port> "dynamic <IPv4 addr> <IPv6 addr>"
* 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.
- Added support for TLS Server Name Indication (SNI).