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

Version
1.5-rolling-202405310019
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 Open to Finished on the VyOS 1.5 Circinus board.
Viacheslav subscribed.

@talmakion Good catch! Thanks for contributing!

dmbaturin edited a custom field.
dmbaturin changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.