Hi,
when updating from 1.4-rolling-202111090317 to 1.4-rolling-202112041824, system doesn't recognize connected route on a device with multiple IPs.
This correctly ends in a 192.168.100.0/24 being a connected route.
ethernet eth1 {
address 192.168.100.1/24
duplex auto
firewall {
in {
name anti-spam
}
}
ip {
source-validation strict
}
speed auto
}and a change to:
ethernet eth1 {
address 192.168.100.1/24
address 192.168.100.102/24
duplex auto
firewall {
in {
name anti-spam
}
}
ip {
source-validation strict
}
speed auto
}results in no connected routes on this interface.