Page MenuHomeVyOS Platform

Deprecated FRR command warnings when deleting or modifying community-list, extcommunity-list, or largecommunity-list
Closed, ResolvedPublicBUG

Description

If you set or delete a large-community-list you get the deprecated message:

vyos@vyos# commit
[ policy extcommunity-list exports ]
% Unknown command: no ip extcommunity-list expanded exports This config option is deprecated, and is scheduled for removal.
% Unknown command: no ip extcommunity-list expanded exports if you are using this please migrate to the below command.
% Unknown command: no ip extcommunity-list expanded exports 'show bgp extcommunity-list <(1-500)|WORD>'
This config option is deprecated, and is scheduled for removal.
if you are using this please migrate to the below command.
'no bgp extcommunity-list <(1-99)|(100-500)|standard|expanded> <deny|permit> <LINE|AA:NN>'

Seems like vyos is using a deprecated function of frr

Details

Difficulty level
Easy (less than an hour)
Version
1.2.0-RC5
Why the issue appeared?
Issues in third-party code

Event Timeline

syncer triaged this task as Normal priority.
syncer edited projects, added VyOS 1.2 Crux (VyOS 1.2.0-rc7); removed VyOS 1.2 Crux.
dmbaturin claimed this task.
dmbaturin changed Why the issue appeared? from Will be filled on close to Issues in third-party code.
dmbaturin added a subscriber: ollsanek.

The last bit is blocked by https://github.com/FRRouting/frr/issues/3308 , but otherwise it's done now.

dmbaturin renamed this task from Deprecated FRR function to Deprecated FRR command warnings when deleting or modifying community-list, extcommunity-list, or largecommunity-list.Nov 12 2018, 4:48 PM