summaryrefslogtreecommitdiff
path: root/pimd/pim_mroute.h
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2022-11-03 08:54:09 -0400
committerGitHub <noreply@github.com>2022-11-03 08:54:09 -0400
commitd7cde18c63c4eef83e12f562aa025cf1dbeaee05 (patch)
tree591e68540bb026cfe9f212a69c150bfcfa8bbf36 /pimd/pim_mroute.h
parent70f29b9f7bf157cd439518cba0ecd52efcf22429 (diff)
parent6c7bc49428b594e0747af9813b4c510bd2817f4e (diff)
Merge pull request #12196 from opensourcerouting/xref-vtysh
*: rewrite `extract.pl` using `xref` infra
Diffstat (limited to 'pimd/pim_mroute.h')
-rw-r--r--pimd/pim_mroute.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/pimd/pim_mroute.h b/pimd/pim_mroute.h
index d6798c52ad..c409b9ed0a 100644
--- a/pimd/pim_mroute.h
+++ b/pimd/pim_mroute.h
@@ -39,10 +39,8 @@
#if defined(HAVE_LINUX_MROUTE_H)
#include <linux/mroute.h>
#else
-#ifndef VTYSH_EXTRACT_PL
#include "linux/mroute.h"
#endif
-#endif
typedef struct vifctl pim_vifctl;
typedef struct igmpmsg kernmsg;
@@ -86,10 +84,8 @@ typedef struct sioc_sg_req pim_sioc_sg_req;
#if defined(HAVE_LINUX_MROUTE6_H)
#include <linux/mroute6.h>
#else
-#ifndef VTYSH_EXTRACT_PL
#include "linux/mroute6.h"
#endif
-#endif
#ifndef MRT_INIT
#define MRT_BASE MRT6_BASE