infix
infix copied to clipboard
Linux :yellow_heart: NETCONF = Infix
### Initial Requirements - Ensure `authpriv.*` is never sent to remote server - Configurable log filters, as syslogd supports (_optional_) - Log to external media - Log to remote server(s)...
Set up Frr with syslog, format rfc5424: - https://docs.frrouting.org/en/latest/basic.html#clicmd-log-syslog-LEVEL - https://docs.frrouting.org/en/latest/extlog.html#clicmd-destination-syslog-supports-rfc5424 This will let it log structured logs directly to `/dev/log`, without passing the non-functional GLIBC `syslog()` API. Allowing `syslogd`...
Latest versions of Qemu now have fixed previous issues with rocker. New syntax: `-device '{"driver":"rocker","ports":["dev0","dev1"]}'` See https://gitlab.com/qemu-project/qemu/-/commit/b06f8b500da2a5a73dfb15de17cd96ad2385fdc7
Support for migrating .cfg files was added in kernelkit/infix@99117fc9 this did however not take into account orgs. using Infix as a `BR2_EXTERNAL`, meaning any breaking model changes in vendor trees...
### Description It would be good to see speed/duplex status for physical Ethernet ports when listing interfaces. Alternatively, if we could list just Ethernet ports. ### Additional Information Today, this...
### Tasks - [ ] Default port priority (`dcb app add dev default-prio `) - [ ] VLAN priority - [ ] Select Priority based on: port, tag, dscp or...
Document how autoneg/speed/duplex works.
### Description - [ ] Restrict to copper mau types - [ ] Investigate impact on higher speeds >= 1Gbps - [ ] Augment `ieee802-ethernet-interfaces.yang` with fixed mdi/mdix
### Tasks - [ ] Add support for ethernet-interface-half-duplex.yang for counters which map in driver. 802.3 and yang - [ ] Add deviations in infix-interface-half-duplex for unsupported counters - [...