You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade Frr to 9.1.2, fixes an OSPF issue where Zebra lost netlink
messages and drifted out of sync with the kernel's view of addresses
and interfaces available in the system
Allow setting IP address directly on VLAN filtering bridges. This
only works when the bridge is an untagged member of a (single) VLAN.
cli: usability -- showing log files now automatically jump to the end
of the file, where the latest events are
cli: usability -- showing container status, or other status that
overflows the terminal horizontally, now wrap the lines and exit the
pager immediately if the contents fit on the first screen
The default log level of the mDNS responder, avahi-daemon, has been
adjusted to make it less verbose. Now only LOG_NOTICE and higher
severity is logged -- making it very quiet
Fix New container tests fail intermittently on Aarch64 #835: redesign how the system creates/deletes containers from the running-config. Prior to this change, all removal and creation was
handled by a separate queue that ran asynchronously from the confd
process. This could lead to situations where new configurations are
applied before the queue had been fully processed. After this change
containers are deleted synchronously and new containers are created
in the same flow as during normal runtime operation (start/upgrade)
Fix start of containers with manual=True option should now work
again, regression in v24.11.0
Fix loss of writable volumes when temporarily disabling a container
in the configuration, now the container remains dormant with all its
volumes still available
Fix presentation bug in CLI show interfaces where all line-drawing
characters showed up as hexadecimal values. Regression in v24.11.0
Fix missing log messages from Frr Zebra daemon
Stop the zeroconf (IPv4LL) agent, avahi-autoipd, when removing an
interface, e.g., br0
Creating more than one container trigger restarts of previously set
up containers. Which in some cases may cause these earlier ones to
end up in an inconsistent state
Prevent traffic assigned to locally terminated VLANs from being
forwarded, when the underlying ports are simultaneously attached to
a VLAN filtering bridge.
This discussion was created from the release Infix v24.11.1.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Changes
messages and drifted out of sync with the kernel's view of addresses
and interfaces available in the system
only works when the bridge is an untagged member of a (single) VLAN.
of the file, where the latest events are
overflows the terminal horizontally, now wrap the lines and exit the
pager immediately if the contents fit on the first screen
avahi-daemon
, has beenadjusted to make it less verbose. Now only
LOG_NOTICE
and higherseverity is logged -- making it very quiet
Fixes
attempt at a fix (v24.10.2) mitigated the issue, but did not
completely solve it.
running-config
. Prior to this change, all removal and creation washandled by a separate queue that ran asynchronously from the
confd
process. This could lead to situations where new configurations are
applied before the queue had been fully processed. After this change
containers are deleted synchronously and new containers are created
in the same flow as during normal runtime operation (start/upgrade)
manual=True
option should now workagain, regression in v24.11.0
in the configuration, now the container remains dormant with all its
volumes still available
show interfaces
where all line-drawingcharacters showed up as hexadecimal values. Regression in v24.11.0
avahi-autoipd
, when removing aninterface, e.g.,
br0
up containers. Which in some cases may cause these earlier ones to
end up in an inconsistent state
forwarded, when the underlying ports are simultaneously attached to
a VLAN filtering bridge.
This discussion was created from the release Infix v24.11.1.
Beta Was this translation helpful? Give feedback.
All reactions