The command
set protocols ospf redistribute <static|connected|etc> metric <value>
has a metric value is 1 to 16. But in fact it should be 0-16777214
Description
Description
Details
Details
- Difficulty level
- Unknown (require assessment)
- Version
- VyOS 1.3-rolling-202101040217
- Why the issue appeared?
- Will be filled on close
- Is it a breaking change?
- Config syntax change (migratable)
Event Timeline
Comment Actions
PR https://github.com/vyos/vyatta-cfg-quagga/pull/62
set protocols ospf redistribute bgp metric '0' set protocols ospf redistribute connected metric '1600' [email protected]# set protocols ospf redistribute static metric Possible completions: <0-16777214> Metric for redistributed routes
Vtysh
! router ospf redistribute connected metric 1600 redistribute bgp metric 0 !