Page MenuHomeVyOS Platform

Autocomplete in policy route rule x set table / does not show the tables created in the static protocols
Closed, ResolvedPublicBUG

Description

I’ve been working with policy based routing and had great success, however, one very annoying thing, is after creating static route table:

set protocols

static {

table 100 {
    route 0.0.0.0/0 {
        interface wg0 {
        }
    }
}

}
and then configuring a policy route to use that table

set policy route wg rule 100 set table [clicking TAB to autocomplete] show only ‘main’ and not the created tables (in this case table 100).

also, if I want to set it to table ‘main’, then typing letter ‘m’ and clicking TAB, does not auto complete.

Details

Difficulty level
Easy (less than an hour)
Version
1.4-rolling-202209220743
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Cosmetic issue (typos etc.)