]> git.proxmox.com Git - mirror_frr.git/blobdiff - vtysh/vtysh_config.c
*: track version & "defaults" in configs
[mirror_frr.git] / vtysh / vtysh_config.c
index e60e9c091fdf0796301650504395e8c82f72b800..94c4042dd4b8e79914b219aca88a694575516145 100644 (file)
@@ -274,6 +274,7 @@ vtysh_config_parse_line (const char *line)
        {
          if (strncmp (line, "log", strlen ("log")) == 0
              || strncmp (line, "hostname", strlen ("hostname")) == 0
+             || strncmp (line, "frr", strlen ("frr")) == 0
             )
            config_add_line_uniq (config_top, line);
          else