You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ipset --version
ipset v7.15, protocol version: 7
$ uname -r
5.15.0-46-generic
$ go build -o test.# not panic without capabilities
$ ./test
# create the set
$ sudo ipset create scanner-ip-set hash:ip
# create the set again via cli
$ sudo ipset create scanner-ip-set hash:ip
ipset v7.15: Set cannot be created: set with the same name already exists
# not panic
$ sudo ./test
Any idea about this?
Thank you!
The text was updated successfully, but these errors were encountered:
Any idea about this?
Thank you!
The text was updated successfully, but these errors were encountered: