Bug #255
closedAny interfaces that shows IP should include/exclude the ip-aliases
0%
Description
Almost everywhere, when showing the Interface's IP which has aliases, shows only the NIC's IP or even worse shows only one of its ip-alias(probably the last one that shows on ifconfig).
I suggest it shows only the actual IP. If needed fix the ip-alias bug or show the ip-aliases like
IP: 192.168.1.1 { 192.168.1.2, 192.168.1.3, ... }
The one I noticed is the "Interfaces" list.
Files
Updated by Ermal Luçi almost 15 years ago
Solution implemented in pfSense php module.
It will be included as soon as some builder issues regarding that module are fixed.
Updated by Chris Buechler over 14 years ago
- File config-test-20100221163943.xml config-test-20100221163943.xml added
- Category set to Interfaces
- Status changed from Feedback to New
- Priority changed from Normal to High
This is worse now than it was before. On snapshot Sat Feb 20 09:38:01 EST 2010, with two IP aliases on LAN, the WAN shows its IP as one of the LAN aliases, the LAN shows its IP as one of the LAN aliases. Config example attached. Ermal, you can see this live on 10.0.64.29.
Updated by Ermal Luçi over 14 years ago
This has nothing to do with the pfSense module.
Since get_interface_info does not use it i will fix it eventually to use that module.