summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_asbr.h
diff options
context:
space:
mode:
authorVyacheslav Trushkin <me@dogonthesun.net>2011-11-16 14:22:03 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2011-12-13 14:08:40 +0400
commit1ce08787910a60635d9b5c09617aaabd55ee00ac (patch)
tree7409c5c9381fb35dea59ed9b7c2464cfa84c0116 /ospf6d/ospf6_asbr.h
parenta994c7b6bb0976e86756f39b89200d711a1d39a3 (diff)
ospf6d: implement 'match interface' for route-maps
ospf6_routemap_rule_match_interface* was imported from ospfd daemon with minor changes. new CLI options defined. `ospf6_routemap_rule_match_interface' was changed to support IPv6 (ospfv3) route's external information.
Diffstat (limited to 'ospf6d/ospf6_asbr.h')
-rw-r--r--ospf6d/ospf6_asbr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ospf6d/ospf6_asbr.h b/ospf6d/ospf6_asbr.h
index db4561de..5f072cff 100644
--- a/ospf6d/ospf6_asbr.h
+++ b/ospf6d/ospf6_asbr.h
@@ -48,6 +48,8 @@ struct ospf6_external_info
struct in6_addr forwarding;
/* u_int32_t tag; */
+
+ unsigned int ifindex;
};
/* AS-External-LSA */