summaryrefslogtreecommitdiffhomepage
path: root/packet
diff options
context:
space:
mode:
Diffstat (limited to 'packet')
-rw-r--r--packet/rtr/rtr.go (renamed from packet/bgp/rtr.go)2
-rw-r--r--packet/rtr/rtr_test.go (renamed from packet/bgp/rtr_test.go)2
2 files changed, 2 insertions, 2 deletions
diff --git a/packet/bgp/rtr.go b/packet/rtr/rtr.go
index 30657e15..902f1e62 100644
--- a/packet/bgp/rtr.go
+++ b/packet/rtr/rtr.go
@@ -13,7 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-package bgp
+package rtr
import (
"encoding/binary"
diff --git a/packet/bgp/rtr_test.go b/packet/rtr/rtr_test.go
index 0f9b9527..961805d5 100644
--- a/packet/bgp/rtr_test.go
+++ b/packet/rtr/rtr_test.go
@@ -13,7 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-package bgp
+package rtr
import (
"encoding/hex"