Page MenuHomeVyOS Platform

Completion for "show ip ro vrf NAME"
Closed, InvalidPublic

Description

The following is no problem.

$ sh ip ro vrf all

However, specifying the vrf name is ambiguous.

$ sh ip ro vrf R11
% Ambiguous command: sh ip ro vrf R11

Of course, if I don't omit it, it's OK.

$ sh ip route vrf R11

In the case of "sh ip ro vrf NAME", can you please modify it to work?

Details

Version
1.4
Is it a breaking change?
Behavior change
Issue type
Unspecified (please specify)

Event Timeline

ZettaiNonSugar triaged this task as Wishlist priority.
ZettaiNonSugar created this object in space S1 VyOS Public.

This is a problem with the underlaying routing daemon FRR.

AC1.wue4# show ver
FRRouting 8.2.2 (AC1.wue4).
AC1.wue4# show ip ro vrf red
% Ambiguous command: show ip ro vrf red
AC1.wue4# show ip route vrf red

We can't help in this case - sorry.

c-po changed the task status from Open to In progress.Mar 27 2022, 8:09 AM
c-po claimed this task.