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:25:03 +0400
commit42a7debf3c76b8001ce820e104a29d2f693c7cb7 (patch)
tree0a8bd305f1a2b37ea704998604e49ab1874fe0c4 /ospf6d/ospf6_asbr.h
parent004b1238a21b9b6c28640f37213dc85f0da39abe (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 6aab1df0..72e49143 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 */