summaryrefslogtreecommitdiffhomepage
path: root/api/attribute.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/attribute.go')
-rw-r--r--api/attribute.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/api/attribute.go b/api/attribute.go
index 65ca6a4f..c4ac1375 100644
--- a/api/attribute.go
+++ b/api/attribute.go
@@ -22,9 +22,8 @@ import (
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/ptypes"
"github.com/golang/protobuf/ptypes/any"
+ "github.com/osrg/gobgp/pkg/packet/bgp"
log "github.com/sirupsen/logrus"
-
- "github.com/osrg/gobgp/packet/bgp"
)
func NewOriginAttributeFromNative(a *bgp.PathAttributeOrigin) *OriginAttribute {