Tobias Waldekranz

Results 19 issues of Tobias Waldekranz

It has been brought to my attention (thanks @troglobit) that some distributions (notably Debian) will always run `autoreconf` on all packages. The current flow only considers two scenarios: 1. Building...

- Implement a serializer/deserializer for a textual representation of mdio-netlink assembler - Add `mdio BUS exec my-program.s`, which would run the program and print any emitted data to `stdout` -...

enhancement

It would be great if `mdio` could auto detect commonly used devices and let the user access them with a simple alias. Ideas: - Associate a simple numeric ID with...

enhancement

First of all: thank you for this very powerful visualization! One thing that was counter-intuitive to me was that each seconds progresses bottom->top. Since the time labels are above the...

enhancement

### Description (Primarily) in debugging situations, there are times when you want to install some script to be run on every boot. Typical scenarios: - A hardware engineer want some...

enhancement

While the existing regression testing done in QEMU is great, we also want to run the same tests on real hardware with switch ASICs. In this scenario we want the...

enhancement

We should investigate if we can create a Buildroot package whose only purpose is to enable generic kernel features needed by Infix. That would allow us to trim down the...

enhancement

E.g. instead of... ```python target.put_config_dict("ietf-system", { "system": { "hostname": "asdf" } }) target.put_config_dict("ietf-interfaces", { "interfaces": { "interface": [{"name": "eth0", "enabled": False }] } }) ``` ...we want either.... ```python target.put_config_dict({...

enhancement
test

In an AFK discussion, the following question was brought up: > Sooner or later, we will have to make breaking changes to YANG models that will cause `confd` to reject...

### Current Behavior On a system that has already been provisioned, `/mnt/{aux,cfg,var}` will be mounted at boot, which means `mke2fs` will refuse to create filesystems on these partitions: ``` >>>...

bug