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
Password authentication isn't used in P4RT.
p4rt-client/main.go
Line 15 in 037fedd
Needs a pass from go fmt
go fmt
Could simplify code by instantiating updates here (applies to all tables/*.go files)
updates
p4rt-client/tables/ipv4table.go
Line 67 in 037fedd
Consider storing the fact that we are master/primary somewhere. Then, we can either block or queue P4RT client writes if not primary.
p4rt-client/internal/lib/client.go
Line 33 in 037fedd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Password authentication isn't used in P4RT.
p4rt-client/main.go
Line 15 in 037fedd
Needs a pass from
go fmt
Could simplify code by instantiating
updates
here (applies to all tables/*.go files)p4rt-client/tables/ipv4table.go
Line 67 in 037fedd
Consider storing the fact that we are master/primary somewhere. Then, we can either block or queue P4RT client writes if not primary.
p4rt-client/internal/lib/client.go
Line 33 in 037fedd
The text was updated successfully, but these errors were encountered: