summaryrefslogtreecommitdiff
path: root/zebra/rtread_netlink.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-02-01 10:55:42 -0800
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-02-01 10:55:42 -0800
commit12f6fb97311c58742f305ef240f918aa5d57fa79 (patch)
tree47ba71dd454d8c1d7a110845f5a2743428d20d26 /zebra/rtread_netlink.c
parent244a59d22809d9a4a3bc555764e71aa4aff299bf (diff)
lib, zebra: The Bulk of the conversion over to NS and VRF
Convert the rest of zebra over to use a Namespae and VRF. Signed-off-by: Vipin Kumar <vipin@cumulusnetworks.com> Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/rtread_netlink.c')
-rw-r--r--zebra/rtread_netlink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/rtread_netlink.c b/zebra/rtread_netlink.c
index 5b26449798..c27e6e97f1 100644
--- a/zebra/rtread_netlink.c
+++ b/zebra/rtread_netlink.c
@@ -25,7 +25,7 @@
#include "zebra/zserv.h"
#include "zebra/rt_netlink.h"
-void route_read (struct zebra_vrf *zvrf)
+void route_read (struct zebra_ns *zns)
{
- netlink_route_read (zvrf);
+ netlink_route_read (zns);
}