Skip to content
Snippets Groups Projects
Commit 549a37a5 authored by Daniel Czerwonk's avatar Daniel Czerwonk Committed by takt
Browse files

build fix (#163)

parent 4a2aec3a
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,6 @@ package packet
import (
"bytes"
"github.com/bio-routing/bio-rd/protocols/bgp/packet"
"github.com/bio-routing/bio-rd/protocols/bgp/types"
)
const (
......@@ -38,7 +34,7 @@ func getAllDecodingOptions() []DecodeOptions {
var ret []DecodeOptions
for _, octet := range parameters {
ret = append(ret, DecodeOptions{
Use32BitASN: octet
Use32BitASN: octet,
})
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment