Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Add names expansions in templates' interfaces #3624

Closed
wants to merge 1 commit into from

Conversation

fser
Copy link

@fser fser commented Oct 18, 2019

Fixes: #3623

This patch allows name expansion in templates interfaces names. For instance Interface/[FRONT|BACK]/Eth[1-10] produces the following interfaces:

Interface/FRONT/Eth1
Interface/FRONT/Eth2
Interface/FRONT/Eth3
Interface/FRONT/Eth4
Interface/FRONT/Eth5
Interface/FRONT/Eth6
Interface/FRONT/Eth7
Interface/FRONT/Eth8
Interface/FRONT/Eth9
Interface/FRONT/Eth10
Interface/BACK/Eth1
Interface/BACK/Eth2
Interface/BACK/Eth3
Interface/BACK/Eth4
Interface/BACK/Eth5
Interface/BACK/Eth6
Interface/BACK/Eth7
Interface/BACK/Eth8
Interface/BACK/Eth9
Interface/BACK/Eth10

@DanSheps DanSheps added the status: revisions needed This issue requires additional information to be actionable label Oct 18, 2019
@DanSheps
Copy link
Member

The build is failing, please resolve the build errors before we look into this PR further.

@jeremystretch
Copy link
Member

Per the contributing guide, only accepted issues are eligible for PRs. You are welcome to resubmit this in the event #3623 is accepted.

@jeremystretch jeremystretch removed the status: revisions needed This issue requires additional information to be actionable label Oct 18, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jan 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve interfaces templates: allow word expansion
3 participants