Skip to content
Snippets Groups Projects
Commit 0af41828 authored by Oliver Herms's avatar Oliver Herms
Browse files

Cleanup

parent 67d87ddc
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,6 @@ func (e *ExtendedISReachabilityTLV) AddNeighbor(n *ExtendedISReachabilityNeighbo
// Serialize serializes an ExtendedISReachabilityTLV
func (e *ExtendedISReachabilityTLV) Serialize(buf *bytes.Buffer) {
//e.updateLength()
buf.WriteByte(e.TLVType)
buf.WriteByte(e.TLVLength)
for i := range e.Neighbors {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment