Mohit Mayank
Mohit Mayank
Some traction on this would be appreciated. Trying to understand why the `replace` directives were added in the first place in #9358. What issue does that solve?
Looks like I was using the wrong protocol to connect: `NETLINK_GENERIC` instead of `NETLINK_ROUTE`. I receive two messages now but I do not know how to parse them. ``` msg:...
Does neli have decoding support similar to [pyroute2:decoder.py](https://github.com/svinota/pyroute2/blob/master/tests/decoder/decoder.py)?
Thanks for the reply. That’s exactly what I’m trying to do, yes.
Those examples use `IpAddr` for parsing the buffer. How do I parse, say `Ifla::Stats` or `Ifla::Stats64`? ```rust // for stats64 let mut bytes = [0u8; 200]; buf.read_exact(&mut bytes); // TODO:...
> Why was this closed? @fredyfredburger It's not closed.
Okay, looks like the issue was with the SG attached to the EC2. However, I'd be interested in understanding why the router service doesn't come when using the [getting_started.md](https://github.com/datainfrahq/druid-operator/blob/master/docs/getting_started.md) instruction.
Oh okay, I tried using the e2e/config but I am still struggling. If it's not a lot of effort, could you give me the steps on a high level how...
`eza -la --total-size` does it.
would love to have this one merged or implemented.