We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no nc on Flatcar but ncat.
nc
ncat
Scripts calling nc don't work
Since ncat is a drop-in for nc there should be a symlink to it
Maybe do it as part of the ncat ebuild file, with a useflag for upstream Gentoo
I found one missing option in ncat: nmap/nmap#2422
The text was updated successfully, but these errors were encountered:
Sent a PR upstream: gentoo/gentoo#26287
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Current situation
There is no
nc
on Flatcar butncat
.Impact
Scripts calling
nc
don't workIdeal future situation
Since
ncat
is a drop-in fornc
there should be a symlink to it**Implementation options
Maybe do it as part of the ncat ebuild file, with a useflag for upstream Gentoo
Additional information
I found one missing option in ncat: nmap/nmap#2422
The text was updated successfully, but these errors were encountered: