* Add default network namespace constant: RESTCONF_NETNS_DEFAULT with default value "default".

This commit is contained in:
Olof hagsand 2021-04-22 13:45:02 +02:00
parent 2ce8d9b488
commit ecd5f7de70
6 changed files with 14 additions and 5 deletions

View file

@ -89,3 +89,7 @@
* Consider making this an option or configure option
*/
#define DATASTORE_TOP_SYMBOL "config"
/* Name of default netns for clixon-restconf.yang socket/namespace field
*/
#define RESTCONF_NETNS_DEFAULT "default"