Page MenuHomeVyOS Platform

Can't delete static IPv6 route on vrf
Closed, ResolvedPublicBUG

Description

When I try to remove a static route that is on a vrf the following message is displayed.

[ protocols vrf foo static route6 2001:db8:2710::/64 next-hop 2001:db8:F::1 ]
% Command incomplete: no

delete [ protocols vrf foo static route6 2001:db8:2710::/64 ] failed
delete [ protocols vrf foo static ] failed
[[]] failed
Commit failed

Steps to reproduce

  1. set vrf name foo table 10000
  2. set protocols vrf foo static route6 2001:db8:2710::/64 next-hop 2001:db8:F::1
  3. commit
  4. delete protocols vrf foo
  5. commit

Details

Difficulty level
Unknown (require assessment)
Version
VyOS 1.3-rolling-202004191028
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

Hehe - the problem here is the upper case F in your IPv6 address - FRR migrates all IPv6 addresses to lowercase letters as per RFC and thus we can't grep for it properly - let me think for a fix.

Please use all lowercase IPv6 addresses as workaround

erkin set Issue type to Bug (incorrect behavior).Aug 30 2021, 6:45 AM
erkin removed a subscriber: Active contributors.