Infix v25.01.0 #925
Replies: 1 comment
-
One of the really sweet features of this release is RSTP! We all know what Radia Perlman thinks of it, but it's a stapleware of networking, and we can set it to run in its plain STP mode Personally I worked on integrating the DHCP server from one of our partners, @minexn. It's the first step to where we want to go and yet it's going to be sufficient enough for most use-cases. As always, please let us know if you find bugs or have feature requests. Whatever your needs, we can probably help you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note
This release contains breaking changes in the configuration file
syntax for DHCP clients. Specifically DHCP options with value,
i.e., the syntax for sending a hexadecimal value now require
hex
prefix before a string of colon-separated pairs of hex values.
Changes
both SSH and NETCONF now use the same host key in
factory-config
as "reflector" and filtering of reflected services. Issue mdns: expose more Avahi configuration settings #678
DHCP options on global, subnet, or host level, issue Basic DHCP server support #703.
Contributed by MINEx Networks
startup-config
files with old syntax are automatically migrated
values must now be formatted as
{ "hex": "c0:ff:ee" }
(JSON)Console), and Console Port, issue Document console settings #787
including support for reading boot order from operational datastore
Fixes
startup-config
with many ports (>10). This led to a review of
sysctl
:rp_filter
systems with multiple interfaces:
confd
This discussion was created from the release Infix v25.01.0.
Beta Was this translation helpful? Give feedback.
All reactions