summaryrefslogtreecommitdiff
path: root/ripngd/ripng_route.h
diff options
context:
space:
mode:
Diffstat (limited to 'ripngd/ripng_route.h')
-rw-r--r--ripngd/ripng_route.h6
1 files changed, 6 insertions, 0 deletions
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