diff options
author | Mark Stapp <mjs@cisco.com> | 2024-04-24 14:23:12 +0200 |
---|---|---|
committer | Mark Stapp <mjs@cisco.com> | 2024-04-24 14:23:12 +0200 |
commit | 3a59d4f9842b936a197b7e27d526e7f38f1f6ddd (patch) | |
tree | 80c4f42f63497bd6df5aa10ff54e0347ddd844f7 /vtysh | |
parent | Merge pull request #15766 from louis-6wind/fix-network-rd (diff) | |
download | frr-3a59d4f9842b936a197b7e27d526e7f38f1f6ddd.tar.xz frr-3a59d4f9842b936a197b7e27d526e7f38f1f6ddd.zip |
lib,bgpd,vtysh: move bgp vty defines to lib
Stop including a bgp header file from vtysh; move a couple
of cli string defines to a library header.
Signed-off-by: Mark Stapp <mjs@cisco.com>
Diffstat (limited to 'vtysh')
-rw-r--r-- | vtysh/vtysh.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index e03d1464d..1a358017d 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -39,7 +39,6 @@ #include "frrstr.h" #include "json.h" #include "ferr.h" -#include "bgpd/bgp_vty.h" DEFINE_MTYPE_STATIC(MVTYSH, VTYSH_CMD, "Vtysh cmd copy"); |