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

Allow the definition of neighbor "ranges" #39

Closed
thomas-mangin opened this issue Aug 27, 2013 · 2 comments
Closed

Allow the definition of neighbor "ranges" #39

thomas-mangin opened this issue Aug 27, 2013 · 2 comments

Comments

@thomas-mangin
Copy link
Member

From thomas.mangin on July 25, 2013 09:18:40

Instead of defining one neighbor in the configuration, allow the creation of multiple neighbor at once.

So in effect

neighbor 1.2.3.1 {

ASN, IP, ROUTER-ID information etc

}

could be a short version for
neighbor 1.2.3.1/32 {

ASN, IP, ROUTER-ID information etc

}

or
neighbor 1.2.3.1 - 1.2.3.1 {

ASN, IP, ROUTER-ID information etc

}

Original issue: http://code.google.com/p/exabgp/issues/detail?id=39

@thomas-mangin
Copy link
Member Author

From thomas.mangin on August 16, 2013 16:33:55

Labels: Milestone-4.0

@thomas-mangin
Copy link
Member Author

duplicate of #221

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant