Page MenuHomeVyOS Platform

Connected routes strange / not working
Closed, ResolvedPublicBUG

Description

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.

Details

Difficulty level
Unknown (require assessment)
Version
1.4-rolling-202112041824
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)