clixon_custom.h: Remove RESTCONF_NETNS_DEFAULT

It's now defined under clixon_config.h
This commit is contained in:
Renato Botelho do Couto 2023-07-06 14:53:19 +00:00 committed by Olof Hagsand
parent 8caaef639e
commit d7d81fbd13

View file

@ -93,14 +93,6 @@
*/ */
#define DATASTORE_TOP_SYMBOL "config" #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 /*! If set make an internal redirect if URI path indetifies a directory
* For example, path is /local, and redirect is 'index.html, the request * For example, path is /local, and redirect is 'index.html, the request
* will be redirected to /local/index.html * will be redirected to /local/index.html