]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/grammar_sandbox_main.c
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / lib / grammar_sandbox_main.c
index 89b0993d1d0e6642828e69464ccf18dd66987bbc..c9c942f9bf897a02599dea196ce1dcea5463556a 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "command.h"
 #include "memory_vty.h"
 
@@ -50,6 +54,7 @@ int main(int argc, char **argv)
        /* Library inits. */
        cmd_init(1);
        host.name = strdup("test");
+       host.domainname = strdup("testdomainname");
 
        vty_init(master);
        memory_init();