mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 21:10:28 +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
@ -35,9 +35,9 @@
|
||||
#define PIM_OIF_FLAG_PROTO_SOURCE (1 << 2)
|
||||
#define PIM_OIF_FLAG_PROTO_STAR (1 << 3)
|
||||
#define PIM_OIF_FLAG_PROTO_VXLAN (1 << 4)
|
||||
#define PIM_OIF_FLAG_PROTO_ANY \
|
||||
(PIM_OIF_FLAG_PROTO_IGMP | PIM_OIF_FLAG_PROTO_PIM \
|
||||
| PIM_OIF_FLAG_PROTO_SOURCE | PIM_OIF_FLAG_PROTO_STAR\
|
||||
#define PIM_OIF_FLAG_PROTO_ANY \
|
||||
(PIM_OIF_FLAG_PROTO_IGMP | PIM_OIF_FLAG_PROTO_PIM \
|
||||
| PIM_OIF_FLAG_PROTO_SOURCE | PIM_OIF_FLAG_PROTO_STAR \
|
||||
| PIM_OIF_FLAG_PROTO_VXLAN)
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user