Change u32 to ip_addr in ext lsa.
This commit is contained in:
parent
aa1e082c67
commit
65a9c57175
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ struct ospf_lsa_ext_tos {
|
||||||
u8 etos;
|
u8 etos;
|
||||||
u8 padding;
|
u8 padding;
|
||||||
u16 metric;
|
u16 metric;
|
||||||
u32 fwaddr;
|
ip_addr fwaddr;
|
||||||
u32 tag;
|
u32 tag;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue