mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 14:42:06 +00:00
pim6d: Adding PIM_AF_NAME "ip" / "ipv6" for "show running-config"
Adding PIM_AF_NAME to use in the show running config for both pimv4 and pimv6 commands. Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
This commit is contained in:
parent
0da95b2fd8
commit
ebde3825c4
@ -32,6 +32,7 @@ typedef struct in_addr pim_addr;
|
||||
#define PIM_AF AF_INET
|
||||
#define PIM_AFI AFI_IP
|
||||
#define PIM_MAX_BITLEN IPV4_MAX_BITLEN
|
||||
#define PIM_AF_NAME "ip"
|
||||
|
||||
union pimprefixptr {
|
||||
prefixtype(pimprefixptr, struct prefix, p)
|
||||
@ -50,6 +51,7 @@ typedef struct in6_addr pim_addr;
|
||||
#define PIM_AF AF_INET6
|
||||
#define PIM_AFI AFI_IP6
|
||||
#define PIM_MAX_BITLEN IPV6_MAX_BITLEN
|
||||
#define PIM_AF_NAME "ipv6"
|
||||
|
||||
union pimprefixptr {
|
||||
prefixtype(pimprefixptr, struct prefix, p)
|
||||
|
Loading…
Reference in New Issue
Block a user