X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=zebra%2Fzapi_msg.c;h=26a3cd5b42a03fca4dd06072525006c85cd3f5c9;hb=2569910bb6e5c00ececc60ed15b182e14a88cb9d;hp=e4fbb73626d71774649371c2469896c9bd66fa42;hpb=e991eff5b5773e8a85c3f4c4f92c09fe30cf680b;p=mirror_frr.git diff --git a/zebra/zapi_msg.c b/zebra/zapi_msg.c index e4fbb7362..26a3cd5b4 100644 --- a/zebra/zapi_msg.c +++ b/zebra/zapi_msg.c @@ -118,6 +118,7 @@ static void zserv_encode_vrf(struct stream *s, struct zebra_vrf *zvrf) static int zserv_encode_nexthop(struct stream *s, struct nexthop *nexthop) { + stream_putl(s, nexthop->vrf_id); stream_putc(s, nexthop->type); switch (nexthop->type) { case NEXTHOP_TYPE_IPV4: @@ -247,7 +248,7 @@ int zsend_interface_link_params(struct zserv *client, struct interface *ifp) * RTM_IFANNOUNCE or AF_NETLINK sockets is available), or when * an interface is marked IFF_UP (i.e., an RTM_IFINFO message is * received) - * - for the vty commands "ip address A.B.C.D/M [|