Page MenuHomeVyOS Platform

Reorganize route map set community CLI
Closed, ResolvedPublicFEATURE REQUEST

Description

We have problems in set community section.

  1. We can use only one value in set community section.
  2. We cannot use additive in set community section because it deletes the previous value and the command does not have sense.

Sections large community and community are in different places and have different command structures.

So I suggest to create one section with community and resolve the problem with add only one value.

set {
    community {
        simple {
            add {
                65000:000
                65000:001
                65000:002
                no-export
            }
            set {
                65000:000
                65000:001
                65000:002
                no-export
            }
            clear
            delete COMM_LIST_01
        }
        large {
            add {
                65000:000:01
                65000:001:01
                65000:002:01
            }
            set {
                65000:000:01
                65000:001:01
                65000:002:01
            }
            clear
            delete COMM_LIST_01
        }
    }
}

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
Unspecified (please specify)