From ac34d1655569e790dcb9d697f24d6f95238ddf76 Mon Sep 17 00:00:00 2001
From: Jaime Caamaño Ruiz <jcaamano@suse.com>
Date: Fri, 2 Mar 2018 18:14:37 +0100
Subject: Update git submodules
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* Update docs/submodules/sfc from branch 'master'
  - Support sfp redirect action on acl flow check

    Starting Oxygen, ODL networking-sfc translator supports symmetric
    paths and maps flow classifiers to ACLs with SFP redirect action
    instead of RSP redirect action. A SFP may have two RSPs associated
    if the path is symmetric, one otherwise. One of the two RSPs will
    be flagged as the reverse path and the other is the forward path.
    Traffic from the logical-source-port will be classified to the forward
    path, while traffic from the logical-destination-port will be
    classified to the reverse path.

    This patch updates the ACL flow check logic to account for the above.

    Change-Id: I2d8b9e6c2a1033d469668db29b9c18f525e89370
    Signed-off-by: Jaime Caamaño Ruiz <jcaamano@suse.com>
---
 docs/submodules/sfc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs/submodules/sfc')

diff --git a/docs/submodules/sfc b/docs/submodules/sfc
index cc16df5b8..f66a8164c 160000
--- a/docs/submodules/sfc
+++ b/docs/submodules/sfc
@@ -1 +1 @@
-Subproject commit cc16df5b8317d46e06f4331edf602eaa2a77acbf
+Subproject commit f66a8164cfb2ef172ee3ea274992b9c07306f08c
-- 
cgit