Alexander Gall

Results 14 comments of Alexander Gall

I have completed a re-worked version of my PXE installer https://github.com/alexandergall/nixos-pxe-installer (https://github.com/sleinen/nixos-pxe-installer is a fork of an earlier version which no longer exists)

@raj2569 as @lukego says, I have working SNMP support to expose the `ifTable` and some other MIBs in my `l2vpn` program (currently maintained on the `l2vpn` branch, soon to be...

The statement about pause frames sent the unicast address is probably wrong. The issue is whether the NIC is supposed to pass MAC control frames to the host or not,...

Looking a bit at the code it seems to me that the semantics of `enumeration` have just not been implemented yet. When `enum_validator()` is called, the substatements have been parsed...

I have implemented this here https://github.com/alexandergall/snabbswitch/tree/yang-enumeration. I tried to guess where the code should go :) Can you please have a look (I'm also unsure about the style of error...

Proposed fix: https://github.com/snabbco/snabb/pull/1416

Actually, the second use-case could _not_ be rewritten like the first one, because it would require output links to be present when input links are processed. I don't see how...

Suggested `post_link` method in PR #1188

This looks a lot like an instance of https://github.com/snabbco/snabb/issues/1286. Unbinding the device manually as @eugeneia suggests should be a valid workaround. Unfortunately, there is no proper fix for this yet,...

@petebristow can you have a look at this, please?