From df63161bafa18c05318e7a87fd6422b1095e1a5a Mon Sep 17 00:00:00 2001 From: Alberto Compagno Date: Tue, 1 Oct 2019 18:09:01 +0200 Subject: [HICN-287] Adding hicn section to the startup.conf Checking if the size of the CS is greater than the number of vlib buffers available and size it accordingly. Removed unused parameters to set PIT lifetime Change-Id: I47679466542d4338e447d9e0b956038143164020 Signed-off-by: Alberto Compagno --- hicn-plugin/scripts/postun | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hicn-plugin/scripts/postun (limited to 'hicn-plugin/scripts/postun') diff --git a/hicn-plugin/scripts/postun b/hicn-plugin/scripts/postun new file mode 100644 index 000000000..c319f014e --- /dev/null +++ b/hicn-plugin/scripts/postun @@ -0,0 +1,5 @@ +#!/bin/bash + +if [ -L /usr/lib/vpp_plugins/hicn_plugin.so ]; then + rm /usr/lib/vpp_plugins/hicn_plugin.so +fi; \ No newline at end of file -- cgit 1.2.3-korg