summaryrefslogtreecommitdiffhomepage
path: root/packet
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-03-31 13:19:17 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-03-31 13:19:17 +0900
commit311324fab8bf7d9e39365d53f7e810af90476d85 (patch)
tree6a32784d484f30bb0abebbc393c7f8b9f270da97 /packet
parent051621bf3aecbe0fd6292a3b4ee41ab42169eea1 (diff)
move packet/*.go to packet/bgp/*.go for Go's convention
Later, we move non-bgp protocol stuff like mrt under their own direcotries. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'packet')
-rw-r--r--packet/bgp/bgp.go (renamed from packet/bgp.go)0
-rw-r--r--packet/bgp/bgp_test.go (renamed from packet/bgp_test.go)0
-rw-r--r--packet/bgp/bgpattrtype_string.go (renamed from packet/bgpattrtype_string.go)0
-rw-r--r--packet/bgp/bgpcapabilitycode_string.go (renamed from packet/bgpcapabilitycode_string.go)0
-rw-r--r--packet/bgp/bmp.go (renamed from packet/bmp.go)0
-rw-r--r--packet/bgp/bmp_test.go (renamed from packet/bmp_test.go)0
-rw-r--r--packet/bgp/constant.go (renamed from packet/constant.go)0
-rw-r--r--packet/bgp/esitype_string.go (renamed from packet/esitype_string.go)0
-rw-r--r--packet/bgp/fsmstate_string.go (renamed from packet/fsmstate_string.go)0
-rw-r--r--packet/bgp/mrt.go (renamed from packet/mrt.go)0
-rw-r--r--packet/bgp/mrt_test.go (renamed from packet/mrt_test.go)0
-rw-r--r--packet/bgp/rtr.go (renamed from packet/rtr.go)0
-rw-r--r--packet/bgp/rtr_test.go (renamed from packet/rtr_test.go)0
-rw-r--r--packet/bgp/validate.go (renamed from packet/validate.go)0
-rw-r--r--packet/bgp/validate_test.go (renamed from packet/validate_test.go)0
15 files changed, 0 insertions, 0 deletions
diff --git a/packet/bgp.go b/packet/bgp/bgp.go
index 34b812a0..34b812a0 100644
--- a/packet/bgp.go
+++ b/packet/bgp/bgp.go
diff --git a/packet/bgp_test.go b/packet/bgp/bgp_test.go
index 29aa4e69..29aa4e69 100644
--- a/packet/bgp_test.go
+++ b/packet/bgp/bgp_test.go
diff --git a/packet/bgpattrtype_string.go b/packet/bgp/bgpattrtype_string.go
index 1a2cf1d0..1a2cf1d0 100644
--- a/packet/bgpattrtype_string.go
+++ b/packet/bgp/bgpattrtype_string.go
diff --git a/packet/bgpcapabilitycode_string.go b/packet/bgp/bgpcapabilitycode_string.go
index 0dc70a87..0dc70a87 100644
--- a/packet/bgpcapabilitycode_string.go
+++ b/packet/bgp/bgpcapabilitycode_string.go
diff --git a/packet/bmp.go b/packet/bgp/bmp.go
index 4813aff9..4813aff9 100644
--- a/packet/bmp.go
+++ b/packet/bgp/bmp.go
diff --git a/packet/bmp_test.go b/packet/bgp/bmp_test.go
index e07c2455..e07c2455 100644
--- a/packet/bmp_test.go
+++ b/packet/bgp/bmp_test.go
diff --git a/packet/constant.go b/packet/bgp/constant.go
index aa9b17b9..aa9b17b9 100644
--- a/packet/constant.go
+++ b/packet/bgp/constant.go
diff --git a/packet/esitype_string.go b/packet/bgp/esitype_string.go
index 5651bda8..5651bda8 100644
--- a/packet/esitype_string.go
+++ b/packet/bgp/esitype_string.go
diff --git a/packet/fsmstate_string.go b/packet/bgp/fsmstate_string.go
index 4416afc1..4416afc1 100644
--- a/packet/fsmstate_string.go
+++ b/packet/bgp/fsmstate_string.go
diff --git a/packet/mrt.go b/packet/bgp/mrt.go
index 15dbc839..15dbc839 100644
--- a/packet/mrt.go
+++ b/packet/bgp/mrt.go
diff --git a/packet/mrt_test.go b/packet/bgp/mrt_test.go
index 11a233ec..11a233ec 100644
--- a/packet/mrt_test.go
+++ b/packet/bgp/mrt_test.go
diff --git a/packet/rtr.go b/packet/bgp/rtr.go
index 30657e15..30657e15 100644
--- a/packet/rtr.go
+++ b/packet/bgp/rtr.go
diff --git a/packet/rtr_test.go b/packet/bgp/rtr_test.go
index 0f9b9527..0f9b9527 100644
--- a/packet/rtr_test.go
+++ b/packet/bgp/rtr_test.go
diff --git a/packet/validate.go b/packet/bgp/validate.go
index 73697c4d..73697c4d 100644
--- a/packet/validate.go
+++ b/packet/bgp/validate.go
diff --git a/packet/validate_test.go b/packet/bgp/validate_test.go
index 6309c74d..6309c74d 100644
--- a/packet/validate_test.go
+++ b/packet/bgp/validate_test.go