diff options
author | hasso <hasso> | 2004-08-25 09:10:37 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-08-25 09:10:37 +0000 |
commit | ccb59b11047c71430eb55ed58eda94865bab20c8 (patch) | |
tree | c135d58534331ff4fd04223f512d317dbd4c8ed8 /ospf6d/ospf6_route.h | |
parent | 3e0b3a56217dab13b26e7f7fd634e7450dde55e2 (diff) | |
download | quagga-ccb59b11047c71430eb55ed58eda94865bab20c8.tar.bz2 quagga-ccb59b11047c71430eb55ed58eda94865bab20c8.tar.xz |
SVN revisions 935-940 merge from Zebra CVS.
Diffstat (limited to 'ospf6d/ospf6_route.h')
-rw-r--r-- | ospf6d/ospf6_route.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ospf6d/ospf6_route.h b/ospf6d/ospf6_route.h index 069502f5..3d3e1014 100644 --- a/ospf6d/ospf6_route.h +++ b/ospf6d/ospf6_route.h @@ -215,9 +215,9 @@ extern char *ospf6_path_type_substr[OSPF6_PATH_TYPE_MAX]; #define ospf6_linkstate_prefix_id(x) \ (*(u_int32_t *)(&(x)->u.prefix6.s6_addr[4])) -#define ID_IN_PREFIX(x) \ - (*(u_int32_t *)(&(x)->u.prefix6.s6_addr[0])) #define ADV_ROUTER_IN_PREFIX(x) \ + (*(u_int32_t *)(&(x)->u.prefix6.s6_addr[0])) +#define ID_IN_PREFIX(x) \ (*(u_int32_t *)(&(x)->u.prefix6.s6_addr[4])) /* Function prototype */ |