commit | 4fb7c84f1b5e282c7dc413a578d3f42353ac7fec | [log] [tgz] |
---|---|---|
author | Christian Franke <chris@opensourcerouting.org> | Tue Nov 27 19:51:59 2012 +0000 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Dec 12 15:38:08 2012 +0100 |
tree | 69fe847ce5ce242c2a714ca75182dc39c7a9b210 | |
parent | e8aca32f312cbef1cb0b0dd9e87b7e59dc9fa251 [diff] |
isisd: fix metrics check for metric-style narrow When switching to narrow metric style, all configured circuits are verified to have a valid narrow style metric. Check te_metric instead of metric_default as the latter is only 8bit wide and may overflow for wide style metrics. Signed-off-by: Christian Franke <chris@opensourcerouting.org> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>