diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-12-06 20:07:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-06 20:07:42 +0100 |
commit | 4f6309324798c0b9d21b6ddddf75ce549112cf7e (patch) | |
tree | add2f053034c6f279ba71d468b8e923eda8107e9 /isisd | |
parent | Merge pull request #5332 from mjstapp/remove_zapi_label_flag (diff) | |
parent | topojson: use empty vtysh.conf for frr-reload.py (diff) | |
download | frr-4f6309324798c0b9d21b6ddddf75ce549112cf7e.tar.xz frr-4f6309324798c0b9d21b6ddddf75ce549112cf7e.zip |
Merge pull request #4765 from opensourcerouting/defaults-v2
lib/*: new config defaults system, v2
Diffstat (limited to 'isisd')
-rw-r--r-- | isisd/isis_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/isisd/isis_main.c b/isisd/isis_main.c index 7e79fdea1..364441f79 100644 --- a/isisd/isis_main.c +++ b/isisd/isis_main.c @@ -29,7 +29,6 @@ #include "command.h" #include "vty.h" #include "memory.h" -#include "memory_vty.h" #include "stream.h" #include "if.h" #include "privs.h" |