infix
infix copied to clipboard
Linux :yellow_heart: NETCONF = Infix
For proper RESTCONF support with sysrepo we should add https://github.com/CESNET/rousette and its companion packages. This would enable implementing a WebUI that can traverse the YANG tree and, similar to klish,...
The [latest CVEs in libssh](https://www.libssh.org/security/advisories/), which `netopeer2-server` use today, was very nasty. Having two different implementations of SSH on the system does not make much sense, so we should look...
## Description In many network setups it can be convenient to implement easy-replacement of end devices using [DHCP Option 82](https://www.rfc-editor.org/rfc/rfc3046.html). This is a feature where the DHCP request of a...
As discussed in #326, generation of parts of `factory-config` are a bit opaque to users. An improvement would be to introduce a more declarative syntax: - `/system/hostname`: Support `%`-specifiers. We...
Discussed in #326, and further explored in #435, the way interface defaults are created is quite opaque to the user. This issue is a proposal to move away from probe...
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...
Reproduced on latest infix (2024-03-25) but seems to have been like this all the time. When using IPv6 autoconfiguration on a bridge interface, the fe80:: address will differ for each...
GitHub branch and pull-request policies support automatically merging approved PRs when tests pass. This is great but we want the added extra twist of a merge commit even after rebase...
Requires per-bridge router port listings in mcd/mctl, not available as of v2.3 Rest from #334
This since they now have added get-data RPC which we have patched on our own. infamy/netconf.py: def _get_data(self, xpath,as_xml=False): """Local member wrapper for netconf-client RPC""" # pylint: disable=protected-access (raw, ele)...