63c843130b
In ovsfw code, we've introduced new tables ACCEPTED_EGRESS_TRAFFIC_TABLE,
ACCEPTED_INGRESS_TRAFFIC_TABLE, DROPPED_TRAFFIC_TABLE for future
consumption like logging [1]. This patch adopts that to firewall driver
based OVS, then the issue related to security group logging which is specified
in release note of co-existence patch will be fixed.
[1] 65bde9f769
Co-Authored-By: Chandan Dutta Chowdhury <chandanc@juniper.net>
Change-Id: Ie673de416b67aceb2401d6fb8485dcb4f36a3d07
13 lines
429 B
YAML
13 lines
429 B
YAML
---
|
|
prelude: >
|
|
Adding new tables for future consumption.
|
|
features:
|
|
- |
|
|
New tables ``ACCEPTED_EGRESS_TRAFFIC_TABLE=91``
|
|
and ``ACCEPTED_INGRESS_TRAFFIC_TABLE=92`` & ``DROPPED_TRAFFIC_TABLE=93``
|
|
are added to OVS based FWaaS L2 driver for future comsumption like logging
|
|
service.
|
|
fixes:
|
|
- |
|
|
The limitation related to logging for security group in case of
|
|
co-existence between SG and FWG is also fixed. |