diff options
| -rw-r--r-- | ospf6d/ospf6_asbr.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_asbr.c b/ospf6d/ospf6_asbr.c index 40afd716c7..63444f8e57 100644 --- a/ospf6d/ospf6_asbr.c +++ b/ospf6d/ospf6_asbr.c @@ -1440,6 +1440,7 @@ void ospf6_asbr_redistribute_add(int type, ifindex_t ifindex,  	/* apply route-map */  	if (ROUTEMAP(red)) {  		troute.route_option = &tinfo; +		troute.ospf6 = ospf6;  		tinfo.ifindex = ifindex;  		tinfo.tag = tag;  | 
