mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Bugfix in ext lsa importing.
This commit is contained in:
@ -319,7 +319,7 @@ originate_ext_lsa_body(net *n, rte *e, struct proto_ospf *po, struct ea_list *at
|
||||
|
||||
et=(struct ospf_lsa_ext_tos *)(ext+1);
|
||||
|
||||
if(!m2)
|
||||
if(m1!=LSINFINITY)
|
||||
{
|
||||
et->etos=0;
|
||||
et->metric=m1;
|
||||
|
Reference in New Issue
Block a user