summaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/zebra/ptm_enable_string.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/pkg/zebra/ptm_enable_string.go')
-rw-r--r--internal/pkg/zebra/ptm_enable_string.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/internal/pkg/zebra/ptm_enable_string.go b/internal/pkg/zebra/ptm_enable_string.go
deleted file mode 100644
index e9d829fa..00000000
--- a/internal/pkg/zebra/ptm_enable_string.go
+++ /dev/null
@@ -1,16 +0,0 @@
-// Code generated by "stringer -type=PTM_ENABLE"; DO NOT EDIT.
-
-package zebra
-
-import "strconv"
-
-const _PTM_ENABLE_name = "PTM_ENABLE_OFFPTM_ENABLE_ONPTM_ENABLE_UNSPEC"
-
-var _PTM_ENABLE_index = [...]uint8{0, 14, 27, 44}
-
-func (i PTM_ENABLE) String() string {
- if i >= PTM_ENABLE(len(_PTM_ENABLE_index)-1) {
- return "PTM_ENABLE(" + strconv.FormatInt(int64(i), 10) + ")"
- }
- return _PTM_ENABLE_name[_PTM_ENABLE_index[i]:_PTM_ENABLE_index[i+1]]
-}