infix
infix copied to clipboard
Linux :yellow_heart: NETCONF = Infix
### Background Customer requirements to disable all unused ports, or in some cases log in without password. ### Proposal Open up the TTY configuration to the user, allowing TTYs to...
### Task Add support for configurable flow control also during autoneg. ### Background Unlike speed/duplex flow-control works regardless of autoneg setting. In #411 we hard-coded it to be off when...
### Example: Custom DENY Rule Deny reading password hash for non-administrators. (Untested) ```yang nacm { groups { group admin { name "admin"; user-name [ "admin1", "admin2" ]; // Specify actual...
IPv6 ping for link-local mcast addresses such as "ping ff02::1%iface" does not work in Windows. - Ping goes out, and Infix switch responds ... - ... but the response is...
Of all things SNMP, the BRIDGE MIB is one of the most useful features. Some research on this topic: - https://sourceforge.net/p/net-snmp/patches/1242/ - https://sourceforge.net/p/q-bridge-mib/code/HEAD/tree/ - https://github.com/obliviand/bridge-snmp
These are the low hanging parts with highest payoff: - [ ] Support for toggling OSPF + Zebra `debug` at least at runtime - [x] More OSPF status in admin-exec...
Make possible to skip tested if a model is not found on unit for example, in the specific unit test: require("infix-containers", "2024-01-01") # if model infix-containers is not found with...
> I'm approving this, because I'm not sure now much of my feedback is reasonable to > address now, but please have a think about it. > > Great to...
Currently probe & C:o lives in `board/common/rootfs/libexec/infix/init.d/`. Some of these scripts are Python which should be byte compiled at build time and installed properly. Proposal: move misc. python code to...
With debug logs (`DEBUG=1`) enabled and `confd` running with `log:console` on the latest `main` branch, after upgrade to bleeding edge `libyang`, we get the following interesting output that warrants further...