Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1.0, 2.0.0-alpha
-
Component/s: util
-
Labels:None
-
Hadoop Flags:Reviewed
Description
Right now, with the DNS class, we can look up IPs of provided interface names (eth0, vm1, etc.). However, it would be useful if the I/F -> IP lookup also took a look at subinterfaces (eth0:1, etc.) and allowed binding to only a specified subinterface / virtual interface.
This should be fairly easy to add, by matching against all available interfaces' subinterfaces via Java.