diff options
| author | Russ White <russ@riw.us> | 2018-04-24 08:23:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-24 08:23:42 -0400 |
| commit | 934f5daf2edb69d13e5bdccdd5fa520e215182d9 (patch) | |
| tree | 84a6e1263b2cb5ce6a2ce9064904935bdfa50b08 /zebra/zebra_rib.c | |
| parent | daced1e600ab38bd2edec8284f2eb32cad4de7ff (diff) | |
| parent | 8b1766b148e84056d0e14ac05f98265abe72b89f (diff) | |
Merge pull request #2106 from qlyoung/zapi-msg
Split out ZAPI message creation / consumption from server implementation
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 6ad60a6fff..67832f2d3f 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -42,7 +42,6 @@ #include "zebra/rib.h" #include "zebra/rt.h" #include "zebra/zebra_ns.h" -#include "zebra/zserv.h" #include "zebra/zebra_vrf.h" #include "zebra/redistribute.h" #include "zebra/zebra_routemap.h" @@ -51,6 +50,7 @@ #include "zebra/interface.h" #include "zebra/connected.h" #include "zebra/zebra_vxlan.h" +#include "zebra/zapi_msg.h" DEFINE_HOOK(rib_update, (struct route_node * rn, const char *reason), (rn, reason)) |
