]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_vty.h
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / ospfd / ospf_vty.h
index 9fd0c3ed4cc371e177604d9d59e8ec0c61a41513..79aabe7b4ea4397b718b9e6240dbcba276ce779f 100644 (file)
@@ -44,6 +44,7 @@
                        vty_out(vty,                                           \
                                "%% You can't configure %s to backbone\n",     \
                                NAME);                                         \
+                       return CMD_WARNING;                                    \
                }                                                              \
        }
 
@@ -52,6 +53,5 @@ extern void ospf_vty_init(void);
 extern void ospf_vty_show_init(void);
 extern void ospf_vty_clear_init(void);
 extern int str2area_id(const char *, struct in_addr *, int *);
-extern void area_id2str(char *, int, struct in_addr *, int);
 
 #endif /* _QUAGGA_OSPF_VTY_H */