Tobias Waldekranz
Tobias Waldekranz
### Current Behavior In this regression test suite run, all tests failed: https://gist.github.com/ael-bot/5fd102d6b9c777810fa8fa1c120fe553 This stemmed from the fact that no port interfaces were brought up: ``` admin@test-05-24-67:~$ ipb l lo...
## Problem Description In physical test rigs, it is typically not reasonable for the test host to provide the required number of Ethernet connections via dedicated NICs. Instead, an intermediate...
## Description ``` usage: ixbin COMMAND [ARGS...] Update contents of Infix images Commands: unpack PKG KEY-DIR DIR Unpack the RAUC bundle PKG and the root filesystem contained in it, using...
### Current Behavior Today's implementation assumes that at least one side of every VETH pair remains assigned to the host namespace. I.e., it is not possible to create setups like...
### Description By default, we will use the "bare" upstream version when building U-Boot, e.g. `2023.07.02`. On release builds, this is amended with a local version that identifies the infix...
### Description Today, we make heavy use of `IsolatedMacVlan()` to create what are effectively very lightweight VMs. In the future we will add more complex versions with multiple interfaces, e.g....
### Description Being able to use `{NET,REST,xyz}CONF` to get a PCAP from a device would be very usable, from a central management interface, when diagnosing issues. It would also be...
### Description We have a bunch of things that create processes that run inside a `netns` (DHCP servers, `tcpdump` instances etc.) These share a bunch of behavior: - Creates and...
## Description ## Checklist Tick *relevant* boxes, this PR is-a or has-a: - [ ] Bugfix - [ ] Regression tests - [ ] ChangeLog updates (for next release) -...