Compare commits
4 Commits
7360c05f9b
...
v0.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 1eaf009e56 | |||
|
92803286f5
|
|||
|
fa41572019
|
|||
| 6c95d5efb1 |
@@ -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