Compare commits
3
Commits
v0.1.0
..
1eaf009e56
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1eaf009e56 | ||
|
|
92803286f5
|
||
|
|
fa41572019
|
+2
-2
@@ -25,9 +25,9 @@ func (t Type) String() string {
|
||||
case TypeFilter:
|
||||
return "filter"
|
||||
case TypeNat:
|
||||
return "inet"
|
||||
case TypeRoute:
|
||||
return "nat"
|
||||
case TypeRoute:
|
||||
return "route"
|
||||
default:
|
||||
return fmt.Sprintf("unknown type %d", t)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user