Changes between Version 23 and Version 24 of Internal/AtherosDriverLimits
- Timestamp:
- Sep 15, 2006, 10:43:10 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/AtherosDriverLimits
v23 v24 138 138 === Issues To Be Sorted === 139 139 * The creation of a virtual IP address (vip) to ensure proper subnetting with the use of virtual interfaces :- Should the vip be completely independent of the current node based ip address mapping ? 140 * Current interface mapping (device mapping as reffered to in the code) happens based on the device name specified in the user - script (i.e net.wo or w1 is mapped to ath0 and ath1). Initially these interfaces (ath0 and ath1) were reffering to 140 * Current interface mapping (device mapping as reffered to in the code) happens based on the device name specified in the user - script (i.e net.wo or w1 is mapped to ath0 and ath1). Initially these interfaces (ath0 and ath1) were reffering to corresponding underlying physical device. For the process of testing, these interfaces (ath0 and ath1) are now virtual. Hence when a user makes a request to create a interface on w1, he/she will refer to the virtual interface ath1 which may be located on the physical device wifi0 (abstracted from the user).