From 6e4ba8940d0b31d9c53c89968a146a2c0c64a731 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Thu, 28 Sep 2017 11:15:12 +0200 Subject: Bug fix: Actively disable security on SF port JIRA: SFC-114 Some cases show that it was not enough with the patch: https://gerrit.opnfv.org/gerrit/#/c/42801/ We should explicitely disable security in the SF ports. That can be done with a the antispoofing parameter in the vnfd Change-Id: Ie20ab961633866f48a4abcc299a62e8c55280088 Signed-off-by: Manuel Buil --- sfc/tests/functest/vnfd-templates/test-vnfd1.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'sfc/tests/functest/vnfd-templates/test-vnfd1.yaml') diff --git a/sfc/tests/functest/vnfd-templates/test-vnfd1.yaml b/sfc/tests/functest/vnfd-templates/test-vnfd1.yaml index b2a4900b..277c1880 100644 --- a/sfc/tests/functest/vnfd-templates/test-vnfd1.yaml +++ b/sfc/tests/functest/vnfd-templates/test-vnfd1.yaml @@ -42,6 +42,7 @@ topology_template: properties: management: true order: 0 + anti_spoofing_protection: false requirements: - virtualLink: node: VL1 -- cgit 1.2.3-korg