Janosch Hübner

Results 4 comments of Janosch Hübner

additional info (as I looked through debug.sh) ``` net.bridge.bridge-nf-call-arptables = 1 net.bridge.bridge-nf-call-ip6tables = 1 net.bridge.bridge-nf-call-iptables = 1 net.bridge.bridge-nf-filter-pppoe-tagged = 0 net.bridge.bridge-nf-filter-vlan-tagged = 0 net.bridge.bridge-nf-pass-vlan-input-dev = 0 ``` are missing from...

``` / # ip neigh show 169.254.1.1 dev eth0 lladdr ref 1 used 0/0/0 probes 11 REACHABLE dev eth0 lladdr used 0/0/0 probes 0 STALE ``` on the working setup...

``` / # arp -a ? (169.254.1.1) at [ether] on eth0 .kubernetes.default.svc.cluster.local () at [ether] on eth0 ``` on the working setup (not AWS) ``` / # arp -a ?...

Presumably because decode is never called on the client, instead the RAW JSON is used [here](https://github.com/Effect-TS/effect/blob/979d1c10cdb32817f64c1efb9daa41a1d8e8ff3d/packages/rpc/src/RpcClient.ts#L851)