commit | e1a555b67cc868f95ea2b53c278bd8d091333e5f | [log] [tgz] |
---|---|---|
author | Nick Hilliard <nick@inex.ie> | Wed Nov 28 14:39:56 2012 +0000 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Dec 12 15:38:14 2012 +0100 |
tree | c6d2a170693da4b78ed977b1badf9c38f84c693d | |
parent | 478c1125cfcf92c3f2a574d6b76eea28126284dc [diff] |
isisd: fix ipv6 metric endianness the isis ipv6 reachability metric is transmitted in big endian / network format, but isis_spf_process_lsp() does not convert this into host endian format when mucking around with local cost + received metric. This patch fixes this problem and makes received ipv6 metrics work properly on little-endian machines. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>