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

IPv6 Support #13

Open
calebgroom opened this issue Jun 29, 2011 · 1 comment
Open

IPv6 Support #13

calebgroom opened this issue Jun 29, 2011 · 1 comment
Labels

Comments

@calebgroom
Copy link
Owner

API has been updated. Handle IPv6 nicely.

@calebgroom
Copy link
Owner Author

Creating a public LB provides both an IPv4 and IPv6 IP without modification:

 $ clb create newlb 80 HTTP '10.1.1.1:80,10.2.2.2:80' public
 $ clb show newlb | grep VIP
 | VIP 1246            | 50.56.5.50 (PUBLIC)                              |
 | VIP 9000031         | 2001:4801:7901:0000:72b2:85ea:0000:0001 (PUBLIC) |
  • Need to add a 'type' attribute so that users can specify IPv4 only or IPv6 only when using the create command.
  • Need to add an 'add-ip' command to add IPv6 VIPs
  • Need to add a 'delete-ip' command to delete IPv4 or IPv6 VIPs

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

No branches or pull requests

1 participant