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?
Updated by Jim Pingle about 15 years ago
Ermal noticed the same limit when he fixed another bug:
http://redmine.pfsense.org/issues/show/64
Updated by Ermal Luçi about 15 years ago
Patch committed.
Since refrenced commits seems not to work for me(special chars in the name?!) commits for reference:
4640c243
bc7d8d3e
Updated by ChihWei Wang about 15 years ago
Ermal Luçi wrote:
Patch committed.
Since refrenced commits seems not to work for me(special chars in the name?!) commits for reference:
4640c243
bc7d8d3e
Dear Ermal
I think maybe need to do something with netstat.
http://lists.freebsd.org/pipermail/freebsd-net/2007-December/016141.html
You can see this website too see more information.Thanks.....
Updated by Chris Buechler almost 15 years ago
- Category set to Interfaces
- Status changed from Feedback to Resolved
- Target version set to 2.0
fixed
Actions