Skip to content

Commit

Permalink
clixon_custom.h: Remove RESTCONF_NETNS_DEFAULT
Browse files Browse the repository at this point in the history
It's now defined under clixon_config.h
  • Loading branch information
rbgarga authored and olofhagsand committed Jul 6, 2023
1 parent 8caaef6 commit d7d81fb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions include/clixon_custom.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7d81fb

Please sign in to comment.