Actions
Bug #98
closedvlan_interface always down......
Start date:
09/23/2009
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
My vlan real name is bge0_vlan1.
In pfsense main page or interface_status page always see the interface down.
I check some code,I see netstat has problems with such long interface names.
For Example:
In pfsense main page or interface_status page always see the interface down.
I check some code,I see netstat has problems with such long interface names.
For Example:
- netstat -I bge0_vlan1 -nWb -f link
Name Mtu Network Address Ipkts Ierrs Ibytes Opkts Oerrs Obytes Coll
bge0_vl 1500 <Link#10> 00:02:b6:41:22:5b 16711 0 1887750 14599 0 5333711 0
The netstat Name only support 7 symbols.So pfsense to check interface up or down always have problem.
Can anyone help to solve this problem,thanks?
Actions