From 28e17b8002b50a04cdd6c9e74c15cdc4aa33a5e2 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Tue, 12 Jul 2016 14:46:22 +0200 Subject: CSIT-53: HC Keywords: Policy - security groups - add keywords to manipulate ACL data using Honeycomb REST API Change-Id: Ia08faba216c5476113c0b3249de9c434eaa26a17 Signed-off-by: Tibor Frank --- resources/templates/honeycomb/config_classify_table.url | 1 + resources/templates/honeycomb/oper_classify_table.url | 1 + 2 files changed, 2 insertions(+) create mode 100644 resources/templates/honeycomb/config_classify_table.url create mode 100644 resources/templates/honeycomb/oper_classify_table.url (limited to 'resources/templates') diff --git a/resources/templates/honeycomb/config_classify_table.url b/resources/templates/honeycomb/config_classify_table.url new file mode 100644 index 0000000000..986b1173ac --- /dev/null +++ b/resources/templates/honeycomb/config_classify_table.url @@ -0,0 +1 @@ +/restconf/config/vpp-classifier:vpp-classifier \ No newline at end of file diff --git a/resources/templates/honeycomb/oper_classify_table.url b/resources/templates/honeycomb/oper_classify_table.url new file mode 100644 index 0000000000..f9fd294a8f --- /dev/null +++ b/resources/templates/honeycomb/oper_classify_table.url @@ -0,0 +1 @@ +/restconf/operational/vpp-classifier:vpp-classifier-state \ No newline at end of file -- cgit 1.2.3-korg