mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 02:46:34 +00:00
pim6d: Add FRR_PIM_AF_XPATH_VAL for v4 and v6
Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
This commit is contained in:
parent
2328b7ef1e
commit
528311b5c8
@ -33,6 +33,7 @@ typedef struct in_addr pim_addr;
|
||||
#define PIM_AFI AFI_IP
|
||||
#define PIM_MAX_BITLEN IPV4_MAX_BITLEN
|
||||
#define PIM_AF_NAME "ip"
|
||||
#define FRR_PIM_AF_XPATH_VAL "frr-routing:ipv4"
|
||||
|
||||
union pimprefixptr {
|
||||
prefixtype(pimprefixptr, struct prefix, p)
|
||||
@ -52,6 +53,7 @@ typedef struct in6_addr pim_addr;
|
||||
#define PIM_AFI AFI_IP6
|
||||
#define PIM_MAX_BITLEN IPV6_MAX_BITLEN
|
||||
#define PIM_AF_NAME "ipv6"
|
||||
#define FRR_PIM_AF_XPATH_VAL "frr-routing:ipv6"
|
||||
|
||||
union pimprefixptr {
|
||||
prefixtype(pimprefixptr, struct prefix, p)
|
||||
|
Loading…
Reference in New Issue
Block a user