Lengh is 6 bytes for eui48

This commit is contained in:
Miek Gieben 2013-04-16 15:38:15 +01:00
parent f43b7368bd
commit d098e9fdce
1 changed files with 1 additions and 1 deletions

View File

@ -1388,7 +1388,7 @@ func (rr *EUI48) String() string {
}
func (rr *EUI48) len() int {
return rr.Hdr.len() + 8 // we need a whole uint64
return rr.Hdr.len() + 6
}
type EUI64 struct {