Page MenuHomeVyOS Platform

Add description field for protocols static route
Closed, WontfixPublicFEATURE REQUEST

Description

Required description for static route.

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Feature (new functionality)

Event Timeline

What exactly do you mean with "description"?

A description field is required to understand what this is for.

Now:

set protocols static route 1.1.1.1/32 next-hop 10.1.0.34 distance '5'
set protocols static route 146.158.52.0/22 next-hop 10.1.0.25 distance '5'

with description:

set protocols static route 1.1.1.1/32 next-hop 10.1.0.34 distance '5'
set protocols static route 1.1.1.1/32 description "1.1.1.1 via serverius"
set protocols static route 146.158.52.0/22 next-hop 10.1.0.25 distance '5'
set protocols static route 1.1.1.1/32 description "avito AS via vector.spb"

There is yet no intention to add such command. Usually all description strings are rendered into the appropriate configuration file or are added to the interface as alias used by SNMP monitoring. What you wish to do is actually commenting on your configuration. Please refer to the user-guide about the comment command.

https://docs.vyos.io/en/latest/configuration-overview.html#comment

c-po claimed this task.
erkin renamed this task from descrition - protocols static route to Add description field for protocols static route .Aug 31 2021, 5:19 PM
erkin set Issue type to Feature (new functionality).