summaryrefslogtreecommitdiffstats
path: root/lib/if.c
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2022-11-03 13:54:09 +0100
committerGitHub <noreply@github.com>2022-11-03 13:54:09 +0100
commitd7cde18c63c4eef83e12f562aa025cf1dbeaee05 (patch)
tree591e68540bb026cfe9f212a69c150bfcfa8bbf36 /lib/if.c
parentMerge pull request #12245 from mobash-rasool/fixes3 (diff)
parentpython: hide inet_ntoa from frrbot (diff)
downloadfrr-d7cde18c63c4eef83e12f562aa025cf1dbeaee05.tar.xz
frr-d7cde18c63c4eef83e12f562aa025cf1dbeaee05.zip
Merge pull request #12196 from opensourcerouting/xref-vtysh
*: rewrite `extract.pl` using `xref` infra
Diffstat (limited to 'lib/if.c')
-rw-r--r--lib/if.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/if.c b/lib/if.c
index deb0690dc..76568071e 100644
--- a/lib/if.c
+++ b/lib/if.c
@@ -35,9 +35,7 @@
#include "buffer.h"
#include "log.h"
#include "northbound_cli.h"
-#ifndef VTYSH_EXTRACT_PL
#include "lib/if_clippy.c"
-#endif
DEFINE_MTYPE_STATIC(LIB, IF, "Interface");
DEFINE_MTYPE_STATIC(LIB, CONNECTED, "Connected");