-
Clash seems to diverge on the following reproducer (if being called with the `--verilog` flag).
```haskell
-- diverges for: Size > 1
type Size = 2
topEntity :: Bit
topEntity = head table
t…
-
```
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (threadid=, signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44
44 ./nptl/pthread_kil…
-
I noticed some unexpected differences between `shiftInAt0` and `shiftInAtN`:
* I'd expect them to share an equivalent type signature, but
- `shiftInAt0` requires `KnownNat n`, while
- `shiftIn…
-
Hi all,
We've encountered what we assume is a bug in the ACI CNI. (Please let us know if this is not the correct place to report non provisioning related issues.)
We have a native Kubernetes clu…
-
### What would you like to be added
Instead of masquerade I need the source-nat functionality, and of course also destination-nat. Maybe something like `` inside a policy would be nice, and
###…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Version
equal or higher than v1.16.0 and lower than v1.17.0
### What happened?
Cilium ebpf based masqueradin…
-
For operations, it would be ideal to have metrics on the following error conditions:
* In the event of running [out of SNAT source ports](https://github.com/cilium/cilium/blob/e2b17ece53309060572db0e…
msune updated
3 weeks ago
-
We can wrap `clash-cores`'s UART as a `Df`-to-`CSignal` circuit:
```
-- From git@github.com:bittide/bittide-hardware.git
uart
:: (HiddenClockResetEnable dom, ValidBaud dom baud)
=> SNat…
-
### Which jobs are flaking?
Load Balancer Service Tests with MetalLB
https://github.com/ovn-org/ovn-kubernetes/actions/runs/10422799156/job/28869114549?pr=4544
### Which tests are flaking?
Sho…
-
**Background:**
In https://github.com/cilium/cilium/pull/31082 we fixed the unnecessary tracking of node-to-node traffic by the SNAT engine, when dealing with Cilium's overlay traffic. This was causi…