summaryrefslogtreecommitdiffstats
path: root/vtysh
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2016-11-14 03:14:00 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2016-11-14 03:28:04 +0100
commit095f8fae6476a1a184eafd7ed4c115324b131d99 (patch)
tree7cb065258ffe845b2ecfc18cb9b6c5d548c7ef74 /vtysh
parent*: fix some licensing SNAFUs (diff)
downloadfrr-095f8fae6476a1a184eafd7ed4c115324b131d99.tar.xz
frr-095f8fae6476a1a184eafd7ed4c115324b131d99.zip
isisd: remove topology generator
Licensing is unclear and the tool is a testbed-only half-broken pile of goo. Remove. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'vtysh')
-rwxr-xr-xvtysh/extract.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/extract.pl.in b/vtysh/extract.pl.in
index 7c5dec9a5..565391b65 100755
--- a/vtysh/extract.pl.in
+++ b/vtysh/extract.pl.in
@@ -83,7 +83,7 @@ my $cli_stomp = 0;
foreach (@ARGV) {
$file = $_;
- open (FH, "@CPP@ -DHAVE_CONFIG_H -DVTYSH_EXTRACT_PL -DHAVE_IPV6 -I@top_builddir@ -I@srcdir@/ -I@srcdir@/.. -I@top_srcdir@/lib -I@top_builddir@/lib -I@top_srcdir@/isisd/topology -I@top_srcdir@/bgpd -I@top_srcdir@/@LIBRFP@ -I@top_srcdir@/bgpd/rfapi @CPPFLAGS@ $file |");
+ open (FH, "@CPP@ -DHAVE_CONFIG_H -DVTYSH_EXTRACT_PL -DHAVE_IPV6 -I@top_builddir@ -I@srcdir@/ -I@srcdir@/.. -I@top_srcdir@/lib -I@top_builddir@/lib -I@top_srcdir@/bgpd -I@top_srcdir@/@LIBRFP@ -I@top_srcdir@/bgpd/rfapi @CPPFLAGS@ $file |");
local $/; undef $/;
$line = <FH>;
close (FH);