aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates/vat/ipsec/ipsec_sa_set_key.vat
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2019-02-18 14:55:23 +0100
committerJan Gelety <jgelety@cisco.com>2019-02-26 21:54:50 +0100
commit83e9b227be8316ac06b9104ce9096cfe4b06605e (patch)
tree8f90a32d53bf6aef65a7e344c19697027467ad00 /resources/templates/vat/ipsec/ipsec_sa_set_key.vat
parent7a369b106a32b6fddc9ebd624f1a51ae7132d418 (diff)
FIX: ipsec + vpp stable version update
- use exec ipsec sa add - use exec ipsec spd add - use exec set ipsec sa Change-Id: I69d59dd230b99d8efc9bcb5e3fbab79a8b11b18a Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/templates/vat/ipsec/ipsec_sa_set_key.vat')
-rw-r--r--resources/templates/vat/ipsec/ipsec_sa_set_key.vat2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/templates/vat/ipsec/ipsec_sa_set_key.vat b/resources/templates/vat/ipsec/ipsec_sa_set_key.vat
index 96d570ef93..bd59d6f5cb 100644
--- a/resources/templates/vat/ipsec/ipsec_sa_set_key.vat
+++ b/resources/templates/vat/ipsec/ipsec_sa_set_key.vat
@@ -1 +1 @@
-ipsec_sa_set_key sa_id {sa_id} crypto_key {ckey} integ_key {ikey} \ No newline at end of file
+exec set ipsec sa {sa_id} crypto-key {ckey} integ-key {ikey} \ No newline at end of file