[cmaster-next] [PATCH] Rationalize Link Parameters flags

Olivier Dugeon olivier.dugeon at orange.com
Tue Dec 20 09:34:23 EST 2016


Hello Vincent,

Don't know. I just based my patch in latest frr, but used the mailing list to send it instead of Pull Request, or directly commit.

I prefer to wait acknowledge from David or Donald before pushing the code in the master.

Regards

Olivier


Le 20/12/2016 à 15:22, Vincent JARDIN a écrit :
> Should we keep active patchsets on cmaster-next or start from now on frr's git?
>
>
> Le 20/12/2016 à 15:20, Olivier Dugeon a écrit :
>> Rationalize Link Parameters flags
>>
>>  * lib/if.h: Remove LP_TE as Link Parameters is set if different from 0
>> See IS_LINK_PARAMS_SET macro and use LP_TE_METRIC to determine if TE metric
>> is set or not
>>  * lib/if.c: replace LP_TE by LP_TE_METRIC in default LP status
>>  * zebra/interface.c: replace LP_TE by LP_TE_METRIC and check if TE metric
>> is equal to standard metric or not
>>  * ospfd/ospf_te.c: replace LP_TE by LP_TE_METRIC
>>  * isisd/isis_te.c: replace LP_TE by LP_TE_METRIC
>>
>> Signed-off-by: Olivier Dugeon <olivier.dugeon at orange.com>
>> ---
>>  isisd/isis_te.c   | 2 +-
>>  lib/if.c          | 4 ++--
>>  lib/if.h          | 9 ++++++---
>>  ospfd/ospf_te.c   | 2 +-
>>  zebra/interface.c | 8 ++++----
>>  5 files changed, 14 insertions(+), 11 deletions(-)
>>
>>
>>
>>
>>
>> _______________________________________________
>> cmaster-next mailing list
>> cmaster-next at lists.nox.tf
>> https://lists.nox.tf/listinfo/cmaster-next
>>
>
>
> _______________________________________________
> cmaster-next mailing list
> cmaster-next at lists.nox.tf
> https://lists.nox.tf/listinfo/cmaster-next

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.frrouting.org/pipermail/dev/attachments/20161220/f4c3ba04/attachment.html>


More information about the dev mailing list