Page MenuHomeVyOS Platform

Add VRF support for mtr
Closed, ResolvedPublic

Description

There is no op-mode python wrapper script (along with the cli tag-node/bash completion stuff) for mtr, which is the pathway to enabling VRF functionality. Proposing to add it :)

'vrf': {
    'traceroute': 'sudo ip vrf exec {value} {command}',
    'type': '<vrf>',
    'help': 'Use specified VRF table',
    'helpfunction': vrf_list,
    'dflt': 'default'}

I'll get a pull-request together...

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Improvement (missing useful functionality)