mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 18:41:36 +00:00
pimd: fix macro backslash alignment
Fixed in response to Jafar's comments. Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
This commit is contained in:
parent
fef327404f
commit
d45432cd75
@ -37,7 +37,7 @@
|
|||||||
#define PIM_OIF_FLAG_PROTO_VXLAN (1 << 4)
|
#define PIM_OIF_FLAG_PROTO_VXLAN (1 << 4)
|
||||||
#define PIM_OIF_FLAG_PROTO_ANY \
|
#define PIM_OIF_FLAG_PROTO_ANY \
|
||||||
(PIM_OIF_FLAG_PROTO_IGMP | PIM_OIF_FLAG_PROTO_PIM \
|
(PIM_OIF_FLAG_PROTO_IGMP | PIM_OIF_FLAG_PROTO_PIM \
|
||||||
| PIM_OIF_FLAG_PROTO_SOURCE | PIM_OIF_FLAG_PROTO_STAR\
|
| PIM_OIF_FLAG_PROTO_SOURCE | PIM_OIF_FLAG_PROTO_STAR \
|
||||||
| PIM_OIF_FLAG_PROTO_VXLAN)
|
| PIM_OIF_FLAG_PROTO_VXLAN)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user