infix
infix copied to clipboard
Linux :yellow_heart: NETCONF = Infix
## Description - Replace `phys-address` deviation with new `custom-phys-address`, For details, see #680 - Add syntax migration for existing startup-config *and* factory-config files - Add `custom-phys-address` examples to documentation ##...
From `/log/syslog` on a recent main (c44621b8), the following odd log messages can be found: Oct 10 17:07:48 ix finit[1]: Starting confd[3047] Oct 10 17:07:48 ix load[3055]: Loading startup-config ......
Write a test case to verify interface enable/disable feature: * Configure: Disable interface * Read operational data : `admin-status`, shows `disabled` * Configure: Enable interface + add IPv4 address *...
Take this example: ``` admin@infix-00-00-00:/> show interfaces INTERFACE PROTOCOL STATE DATA --------------------------------------------------------------------- lo ethernet UP 00:00:00:00:00:00 ipv4 127.0.0.1/8 (static) ipv6 ::1/128 (static) br0 bridge │ ethernet UP 02:00:00:00:00:00 │ ipv4...
### 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: ``` >>>...
- Include *all* documentation in the image - Add CLI keywords `man` and `apropos` (alias `search` maybe?) - Allow bringing up and searching from anywhere in the CLI ```bash admin@example:/config/interface/eth0/ipv4/>...
In qemu: Have a startup configuration with only one interface. Change number of interfaces, the new intefaces will now be handled as ethernet interfaces. With this as result when trying...
Add information on how data in VPD named "product" by device tree is used by system to map basemac, product name etc.
### Basic Firewall Container Verify masquerading and port forwarding using nftables container in `network host` mode. Proposed setup, which also verifies support for >1 container.  1. httpd container starts...