]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/command.c
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / lib / command.c
index 9b5a0feae353bae3e0fbbcec1f963a9f02ef7d53..ee5a3889e8c0ca7e631a79c6108d9c080b7544c4 100644 (file)
@@ -56,6 +56,7 @@ const struct message tokennames[] = {
        item(IPV6_PREFIX_TKN),
        item(MAC_TKN),
        item(MAC_PREFIX_TKN),
+       item(ASNUM_TKN),
        item(FORK_TKN),
        item(JOIN_TKN),
        item(START_TKN),
@@ -112,6 +113,11 @@ bool cmd_allow_reserved_ranges_get(void)
        return host.allow_reserved_ranges;
 }
 
+const char *cmd_software_version_get(void)
+{
+       return FRR_FULL_NAME "/" FRR_VERSION;
+}
+
 static int root_on_exit(struct vty *vty);
 
 /* Standard command node structures. */