Page MenuHomeVyOS Platform

Kilobits/Megabits difference in configuration Vyos/FRR
Closed, ResolvedPublicBUG

Description

In VyOS 1.2.3 console for interface calculating cost 'bandwidth' mean "kilobits/sec"

sever@prim# set interfaces ethernet eth2 ip ospf bandwidth 
Possible completions:
   <1-10000000> Bandwidth in kilobits/sec (for calculating OSPF cost)

in Frr 'bandwidth' mean "megabits"

sever@prim# vtysh
prim# conf t
prim(config)# int eth2
prim(config-if)# bandwidth 
  (1-100000)  Bandwidth in megabits

Such an example will not work.

sever@prim# set interfaces ethernet eth2 ip ospf bandwidth 100001
[edit]
sever@prim# commit
[ interfaces ethernet eth2 ip ospf bandwidth 100001 ]
% Unknown command: bandwidth 100001

[[interfaces ethernet eth2 ip ospf]] failed
Commit failed
[edit]
sever@prim#

Details

Difficulty level
Unknown (require assessment)
Version
VyOS 1.2.3
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)

Event Timeline

Unknown Object (User) added a subscriber: Unknown Object (User).Oct 30 2019, 10:01 AM
Unknown Object (User) added a comment.Oct 30 2019, 10:10 AM

PR #38

c-po assigned this task to Unknown Object (User).
c-po moved this task from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.4) board.
c-po moved this task from Need Triage to Finished on the VyOS 1.3 Equuleus board.