Page MenuHomeVyOS Platform

Route-Map configuration dropped updating rc11 to epa2
Closed, ResolvedPublicBUG

Description

Pre Update:

route-map ebgp-import-as76190 {
    rule 10 {
        action permit
        match {
            ip {
                address {
                    prefix-list dn42-ipv4-filter
                }
            }
        }
    }
    rule 20 {
        action permit
        match {
            ipv6 {
                address {
                    prefix-list dn42-ipv6-filter
                }
            }
        }
    }
}
route-map ebgp-import-as4242420022 {
    rule 10 {
        action permit
        match {
            ip {
                address {
                    prefix-list dn42-ipv4-filter
                }
            }
        }
    }
    rule 20 {
        action permit
        match {
            ipv6 {
                address {
                    prefix-list dn42-ipv6-filter
                }
            }
        }
    }
}
route-map ebgp-import-as4242420789 {
    rule 10 {
        action permit
        match {
            ip {
                address {
                    prefix-list dn42-ipv4-filter
                }
            }
        }
    }
    rule 20 {
        action permit
        match {
            ipv6 {
                address {
                    prefix-list dn42-ipv6-filter
                }
            }
        }
    }
}
route-map ebgp-import-as4242423754 {
    rule 10 {
        action permit
        match {
            ip {
                address {
                    prefix-list dn42-ipv4-filter
                }
            }
        }
    }
    rule 20 {
        action permit
        match {
            ipv6 {
                address {
                    prefix-list dn42-ipv6-filter
                }
            }
        }
    }
}
route-map ebgp-import-as4242423852 {
    rule 10 {
        action permit
        match {
            ip {
                address {
                    prefix-list dn42-ipv4-filter
                }
            }
        }
    }
    rule 20 {
        action permit
        match {
            ipv6 {
                address {
                    prefix-list dn42-ipv6-filter
                }
            }
        }
    }
}

Post update:

route-map ebgp-import-as76190 {
}
route-map ebgp-import-as4242420022 {
}
route-map ebgp-import-as4242420789 {
}
route-map ebgp-import-as4242423754 {
}
route-map ebgp-import-as4242423852 {
}

The prefix-lists are still present after the update, only the Route-Maps are missing.

Details

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

Event Timeline

syncer triaged this task as Normal priority.
syncer edited projects, added VyOS 1.2 Crux (VyOS 1.2.0-EPA3); removed VyOS 1.2 Crux.
syncer changed the task status from Open to Needs testing.Jan 27 2019, 4:19 AM
syncer reassigned this task from dmbaturin to zsdc.
syncer added a subscriber: dmbaturin.

Hello, @MrXermon!
We can't reproduce this bug. Maybe, there are some other errors, which can affect route-maps?
If you have the old configuration, can you check update procedure with an update to 1.2.0-LTS and current rolling?

Viacheslav added a subscriber: Viacheslav.

I'll mark it as resolved.
Reopen it if necessary.

erkin set Is it a breaking change? to Unspecified (possibly destroys the router).Aug 31 2021, 6:58 PM
erkin set Issue type to Bug (incorrect behavior).