From d7d81fbd13271cfbf706b5cb6d2e5de7d19badf8 Mon Sep 17 00:00:00 2001 From: Renato Botelho do Couto Date: Thu, 6 Jul 2023 14:53:19 +0000 Subject: [PATCH] clixon_custom.h: Remove RESTCONF_NETNS_DEFAULT It's now defined under clixon_config.h --- include/clixon_custom.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/clixon_custom.h b/include/clixon_custom.h index 735f40923..f063d4ccc 100644 --- a/include/clixon_custom.h +++ b/include/clixon_custom.h @@ -93,14 +93,6 @@ */ #define DATASTORE_TOP_SYMBOL "config" -/*! Name of default netns for clixon-restconf.yang socket/namespace field - * Restconf allows opening sockets in different network namespaces. This is teh name of - * "host"/"default" namespace. Unsure what to really label this but seems like there is differing - * consensus on how to label it. - * Either find that proper label, or move it to a option - */ -#define RESTCONF_NETNS_DEFAULT "default" - /*! If set make an internal redirect if URI path indetifies a directory * For example, path is /local, and redirect is 'index.html, the request * will be redirected to /local/index.html