diff options
author | Jingjing Duan <Jingjing.Duan@sun.com> | 2008-08-13 20:09:10 +0200 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2008-08-22 20:52:57 +0200 |
commit | 6a270cd93d02a88709e7292684db47552b630abf (patch) | |
tree | 8783ae29bef1f8e48e6278dcbe4360247316b029 /isisd/iso_checksum.h | |
parent | [isisd] Fix packet filtering with DLPI (diff) | |
download | frr-6a270cd93d02a88709e7292684db47552b630abf.tar.xz frr-6a270cd93d02a88709e7292684db47552b630abf.zip |
[ospfd/isisd] Switch to lib/ Fletcher checksum, fixing bug in isisd
2008-08-13 Jingjing Duan <Jingjing.Duan@sun.com>
* ospfd/: Remove the old checksum implementation and
use the consolidated version.
* isisd/: ditto, thus fixing isisd checksuming on big-endian.
Signed-off-by: Paul Jakma <paul@quagga.net>
Diffstat (limited to 'isisd/iso_checksum.h')
-rw-r--r-- | isisd/iso_checksum.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/isisd/iso_checksum.h b/isisd/iso_checksum.h index ba0d1983a..5f8d41f9e 100644 --- a/isisd/iso_checksum.h +++ b/isisd/iso_checksum.h @@ -24,6 +24,5 @@ #define _ZEBRA_ISO_CSUM_H int iso_csum_verify (u_char * buffer, int len, uint16_t * csum); -u_int16_t iso_csum_create (u_char * buffer, int len, u_int16_t n); #endif /* _ZEBRA_ISO_CSUM_H */ |