infix icon indicating copy to clipboard operation
infix copied to clipboard

Linux :yellow_heart: NETCONF = Infix

Results 212 infix issues
Sort by recently updated
recently updated
newest added

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

Another day another inconsistency between the Qemu parameters passed to `make run` and the Qemu parameters in `make test` passed via Qeneth to Qemu ... \*sigh\* Me and @wkz today...

enhancement

The current set of READMEs in board/aarch64/ are a bit of an incoherent mess. - Move board/aarch64/README.md to a subdirectory for the SparX-5i - Add missing docs for EspressoBIN, R2S...

enhancement

Customer reports that the bootstrap phase takes >10 seconds when applying the attached [startup-config.cfg](https://github.com/kernelkit/infix/files/14760801/startup-config-cfg.txt) on a system with 29 ports and VLAN test config. Related to: - #326

Suggestion to add a command line tool, similar to sysrepocfg, but one that knows more about Infix. - Prefers `/cfg` for storing files - Supports validation of `.cfg` files, when...

enhancement

To re-enable the services test we should add support for enabling lldp:txFast, see #126

enhancement

I.e., in `board/common/rootfs/lib/infix/mnt`, write zeroes to the partition to be mounted on `/cfg`

Currently a lot of system bootstrap tasks, like loading YANG models and `startup-config`, is done in runlevel S. When completed, the system proceeds to runlevel 2 to bring up networking...

enhancement

In #349 the issue of not setting PVID on a bridge-port was discussed briefly. We talked about this in the team a bit, ever so briefly, and agreed that the...

enhancement

When adding an `interface veth0a` we infer the type, and when the user confirms the VETH peer interface, we automatically create/infer that too. So far so good. However when removing...

enhancement
good first issue