From deba35508e28a3861bb182218bb51af6769b2581 Mon Sep 17 00:00:00 2001 From: hasso Date: Sat, 27 Aug 2005 06:19:39 +0000 Subject: * ripng_zebra.c, ripngd.[ch]: Pass metric info to the zebra daemon. Forwardport from stable branch. --- ripngd/ripngd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ripngd/ripngd.h') diff --git a/ripngd/ripngd.h b/ripngd/ripngd.h index 68da71da..b478e9bc 100644 --- a/ripngd/ripngd.h +++ b/ripngd/ripngd.h @@ -383,7 +383,7 @@ void ripng_redistribute_withdraw (int type); void ripng_distribute_update_interface (struct interface *); void ripng_if_rmap_update_interface (struct interface *); -void ripng_zebra_ipv6_add (struct prefix_ipv6 *p, struct in6_addr *nexthop, unsigned int ifindex); +void ripng_zebra_ipv6_add (struct prefix_ipv6 *p, struct in6_addr *nexthop, unsigned int ifindex, u_char metric); void ripng_zebra_ipv6_delete (struct prefix_ipv6 *p, struct in6_addr *nexthop, unsigned int ifindex); void ripng_redistribute_clean (); -- cgit v1.2.1