]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripng_debug.c
*: clean up cmd_node initializers
[mirror_frr.git] / ripngd / ripng_debug.c
index fe63d8fdead1f5cc0db9ccebea0f386cf67b8cb1..fe4ec256ba422df20ae25a2cb900410cce5cd486 100644 (file)
@@ -176,8 +176,9 @@ DEFUN (no_debug_ripng_zebra,
 
 /* Debug node. */
 static struct cmd_node debug_node = {
-       DEBUG_NODE, "", /* Debug node has no interface. */
-       1               /* VTYSH */
+       .node = DEBUG_NODE,
+       .prompt = "",
+       .vtysh = 1,
 };
 
 static int config_write_debug(struct vty *vty)