From fe84190a2fe6c6237db0d24f1e6dda09bb90527b Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Sat, 10 Sep 2016 13:50:26 +0200 Subject: Allow HC user to enable/disable NSH module Because NSH plugin is optional in VPP, it is disabled by default in HC. Change-Id: I6842c68b94144b7ba7e9f6f87a2395e0d692a70c Signed-off-by: Marek Gradzki --- .../src/main/resources/honeycomb-minimal-resources/config/vppnsh.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nsh/impl/src/main/resources/honeycomb-minimal-resources/config/vppnsh.json (limited to 'nsh/impl/src/main/resources/honeycomb-minimal-resources/config/vppnsh.json') diff --git a/nsh/impl/src/main/resources/honeycomb-minimal-resources/config/vppnsh.json b/nsh/impl/src/main/resources/honeycomb-minimal-resources/config/vppnsh.json new file mode 100644 index 000000000..b03a962f1 --- /dev/null +++ b/nsh/impl/src/main/resources/honeycomb-minimal-resources/config/vppnsh.json @@ -0,0 +1,3 @@ +{ + "nsh-enabled": "false" +} \ No newline at end of file -- cgit 1.2.3-korg