Page MenuHomeVyOS Platform

monitor traceroute broken VRF support
Closed, ResolvedPublicBUG

Description

You cannot set the VRF with monitor traceroute, because the CLI parser does not accept an additional argument after the VRF keyword

admin@vyos:~$ monitor traceroute 1.1.1.1 vrf 
Possible completions:
  <Enter>               Execute the current command

      
admin@vyos:~$ monitor traceroute 1.1.1.1 vrf 
mtr: missing argument for vrf option
admin@vyos:~$ monitor traceroute 1.1.1.1 vrf MWN

  Invalid command: monitor traceroute 1.1.1.1 vrf [MWN]

it looks like monitor traceroute is just an alias for mtr these days, where setting the VRF does work fine

admin@vyos:~$ mtr 1.1.1.1 vrf MWN

Details

Difficulty level
Unknown (require assessment)
Version
1.5-rolling-202405310019
Why the issue appeared?
Implementation mistake
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

Viacheslav triaged this task as Normal priority.Jun 1 2024, 11:16 AM
Viacheslav closed this task as Resolved.EditedJun 5 2024, 3:36 PM
Viacheslav assigned this task to talmakion.
Viacheslav moved this task from Need Triage to Finished on the VyOS 1.5 Circinus board.
Viacheslav subscribed.

@talmakion Good catch! Thanks for contributing!

dmbaturin changed Why the issue appeared? from Will be filled on close to Implementation mistake.
dmbaturin changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.