summaryrefslogtreecommitdiffstats
path: root/ripd
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2019-12-06 14:38:55 +0100
committerDavid Lamparter <equinox@diac24.net>2019-12-06 15:13:29 +0100
commit1c0d880814e3fcf76b3351e6756c8ec378f357cb (patch)
treec3c92aca5cea0c05e335ccdb102cb839fc8ff07e /ripd
parentMerge pull request #5288 from SumitAgarwal123/bfd_docs (diff)
downloadfrr-1c0d880814e3fcf76b3351e6756c8ec378f357cb.tar.xz
frr-1c0d880814e3fcf76b3351e6756c8ec378f357cb.zip
lib: rename memory_vty.c to lib_vty.c
And memory_init() to lib_cmd_init(). Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'ripd')
-rw-r--r--ripd/rip_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c
index 26504a857..060bb7658 100644
--- a/ripd/rip_main.c
+++ b/ripd/rip_main.c
@@ -25,7 +25,6 @@
#include "thread.h"
#include "command.h"
#include "memory.h"
-#include "memory_vty.h"
#include "prefix.h"
#include "filter.h"
#include "keychain.h"