From a94434b69197e074569d7579126074e9cb7212a5 Mon Sep 17 00:00:00 2001 From: hasso Date: Sun, 25 May 2003 17:10:12 +0000 Subject: Ripngd part of 6Wind patch. --- ripngd/ripng_route.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ripngd/ripng_route.h') diff --git a/ripngd/ripng_route.h b/ripngd/ripng_route.h index 283d8268..db53f148 100644 --- a/ripngd/ripng_route.h +++ b/ripngd/ripng_route.h @@ -36,6 +36,12 @@ struct ripng_aggregate /* Tag field of RIPng packet.*/ u_short tag; + + /* Route-map futures - this variables can be changed. */ + struct in6_addr nexthop_out; + u_char metric_set; + u_char metric_out; + u_short tag_out; }; void -- cgit v1.2.1