diff options
Diffstat (limited to 'bgpd/bgp_mplsvpn.h')
-rw-r--r-- | bgpd/bgp_mplsvpn.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bgpd/bgp_mplsvpn.h b/bgpd/bgp_mplsvpn.h index f75b98905..336b73616 100644 --- a/bgpd/bgp_mplsvpn.h +++ b/bgpd/bgp_mplsvpn.h @@ -55,6 +55,10 @@ typedef enum { (label) == MPLS_LABEL_IPV6_EXPLICIT_NULL || \ (label) == MPLS_LABEL_IMPLICIT_NULL) +#define BGP_VPNVX_HELP_STR \ + "Address Family \n" \ + "Address Family \n" + struct rd_as { u_int16_t type; @@ -94,4 +98,7 @@ extern int str2prefix_rd (const char *, struct prefix_rd *); extern int str2tag (const char *, u_char *); extern char *prefix_rd2str (struct prefix_rd *, char *, size_t); +extern int +argv_find_and_parse_vpnvx(struct cmd_token **argv, int argc, int *index, afi_t *afi); + #endif /* _QUAGGA_BGP_MPLSVPN_H */ |