]> git.proxmox.com Git - mirror_frr.git/blobdiff - babeld/babel_main.c
staticd: Do not ready prefix for printing till it's decoded
[mirror_frr.git] / babeld / babel_main.c
index f26d3a8872a3695de40774b204a9355ae198ff18..eaff97a49565a59644eeaee58f5141f10a944e0c 100644 (file)
@@ -136,6 +136,11 @@ struct option longopts[] =
     { 0 }
   };
 
+static const struct frr_yang_module_info *babeld_yang_modules[] =
+  {
+    &frr_interface_info,
+  };
+
 FRR_DAEMON_INFO(babeld, BABELD,
                .vty_port = BABEL_VTY_PORT,
                .proghelp = "Implementation of the BABEL routing protocol.",
@@ -144,6 +149,9 @@ FRR_DAEMON_INFO(babeld, BABELD,
                .n_signals = array_size(babel_signals),
 
                .privs = &babeld_privs,
+
+               .yang_modules = babeld_yang_modules,
+               .n_yang_modules = array_size(babeld_yang_modules),
                )
 
 int