We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba88583 commit 5e911edCopy full SHA for 5e911ed
1 file changed
pkg/iptables/table.go
@@ -90,7 +90,7 @@ func init() {
90
if err != nil {
91
panic(err)
92
}
93
- columnRegex, err = regexp.Compile(`(\d+?)\s+(.+?)\s+(.+?)\s+(.+?)\s+(.+?)\s+(.+?)\s+(.+?)\s+(.+?)\s+(.+?)\s+([0-9\.\/]+)\s*(.*)`)
+ columnRegex, err = regexp.Compile(`(\d+?)\s+(.+?)\s+(.+?)\s+(.+?)\s+(.+?)\s+(.+?)\s+(.+?)\s+(.+?)\s+(.+?)\s+([0-9A-Za-z:\.\/-]+)\s*(.*)`)
94
95
96
0 commit comments