summaryrefslogtreecommitdiffstats
path: root/zebra/rt_socket.c
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2017-12-19 12:23:32 +0100
committerPhilippe Guibert <philippe.guibert@6wind.com>2018-02-27 11:11:24 +0100
commit5895d33f40fdf22f1b422154dc598bbba69e1796 (patch)
treea1302070aec4da0bf7f42f3e351e0bf9dbf44313 /zebra/rt_socket.c
parentzebra: route configuration fix for vrf when applied to namespaces (diff)
downloadfrr-5895d33f40fdf22f1b422154dc598bbba69e1796.tar.xz
frr-5895d33f40fdf22f1b422154dc598bbba69e1796.zip
zebra: ipv6 operations stick to namespace
All ipv6 operations stick to namespace. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'zebra/rt_socket.c')
-rw-r--r--zebra/rt_socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rt_socket.c b/zebra/rt_socket.c
index 6d4af1203..b2baee572 100644
--- a/zebra/rt_socket.c
+++ b/zebra/rt_socket.c
@@ -424,7 +424,7 @@ void kernel_route_rib(struct route_node *rn, struct prefix *p,
}
int kernel_neigh_update(int add, int ifindex, uint32_t addr, char *lla,
- int llalen)
+ int llalen, ns_id_t ns_id)
{
/* TODO */
return 0;