Page MenuHomeVyOS Platform

VRF: unable to delete vrf when name contains numbers, hyphen or underscore
Closed, ResolvedPublicBUG

Description

set vrf name red-green123_be table 100
set vrf name red-green123_be vni 100
commit
[email protected]# vtysh -c "show run" | grep -A 3 "vrf "
vrf red-green123_be
 vni 100
 exit-vrf
!
delete vrf
commit
[email protected]# vtysh -c "show run" | grep -A 3 "vrf "
vrf red-green123_be
 vni 100
 exit-vrf
!
[edit]
[email protected]# show vrf
Configuration under specified path is empty
[edit]

Details

Difficulty level
Easy (less than an hour)
Version
1.4-rolling-202109130217
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

c-po changed the task status from Open to In progress.Nov 15 2021, 7:29 PM
c-po claimed this task.
c-po triaged this task as Normal priority.
c-po created this task.