From 43d0ecbb1a1f7e1f72bf85441547b1678aed4350 Mon Sep 17 00:00:00 2001 From: Alberto Compagno Date: Thu, 23 Apr 2020 14:23:36 +0200 Subject: [HICN-603] Cleanup code for managing route - Remove old code to add and remove hicn route. Routes are now added only through the ip route commands/apis - Adjusted the cli to set the strategy for a particular prefix - Adjusted libtransport consumer and producer app creation - Adjusted sysrepo plugin. Added hicn enable and disable and removed old api related to hicn routes and hicn faces - Adjusted libhicnctrl. Only routes api and listener are now available for hicn-plugin Signed-off-by: Alberto Compagno Change-Id: Ib4f7f45ba0b99253d60a9da2b295d6e783e5cd51 --- .../hicn-plugin/plugin/mainpage.dox | 48 ++++------------------ 1 file changed, 7 insertions(+), 41 deletions(-) (limited to 'ctrl/sysrepo-plugins/hicn-plugin/plugin/mainpage.dox') diff --git a/ctrl/sysrepo-plugins/hicn-plugin/plugin/mainpage.dox b/ctrl/sysrepo-plugins/hicn-plugin/plugin/mainpage.dox index dc4289379..978578039 100644 --- a/ctrl/sysrepo-plugins/hicn-plugin/plugin/mainpage.dox +++ b/ctrl/sysrepo-plugins/hicn-plugin/plugin/mainpage.dox @@ -29,47 +29,13 @@ fi *Here you can find different examples to run RPC in the yang-model. ``` - - 192.168.1.10 - -1 - 192.168.1.1 - -1 - 0 - - - - 192.168.1.1 - -1 - 24 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - - - - 192.168.1.1 - -1 - 24 - 0 - - - - - 0 - - - - - 192.168.0.1 - -1 - 24 - 0 - + + b001::/64 + + + + b001::/64 + ``` */ -- cgit 1.2.3-korg