Joe Williams
Joe Williams
This PR is based on my last one, the `config_path` branch. It adds the ability to configure the ETS table name and sets the default to something more user friendly...
This PR introduces configurable paths to the K8s traffic plug, allowing for using whatever URL we want rather than the previously hard coded `/__traffic` path used.
I am attempting to use a match expression and running into an `invalid argument` error I do not understand: ``` matchTable := c.AddTable(&nftables.Table{ Family: nftables.TableFamilyIPv4, Name: "match", }) matchChain :=...
Based on what I can tell this library doesn't support `synproxy` as a part of a rule. For [example](https://wiki.nftables.org/wiki-nftables/index.php/Synproxy): ``` tcp dport 8888 ct state invalid,untracked synproxy mss 1460 wscale...
**Description** [`CONFIG_NFT_OBJREF`](https://github.com/linuxkit/linuxkit/blob/563060731e193c99c2386d65ba074d27fe763242/kernel/config-5.10.x-aarch64#L1069) is unset in the kernel config. This makes it impossible to create a named counter via netlink. **Steps to reproduce the issue:** Using something like https://github.com/google/nftables you use...
this is to switch modbus to use rebar as the build tool rather than make and emake
this is my guess of what you actually want here. concat_binary doesn't exist and causes the build to fail.
This adds support for getting and setting socket options.
This PR adds helper support for [netip](https://pkg.go.dev/net/netip) address and prefix types.
It would be cool if this package did the right thing when you have a semicolon at the of a line. For instance at the end of a function it...