Opened 13 years ago

Closed 13 years ago

#7251 closed bug (fixed)

Duplicate kdl command entries

Reported by: jackburton Owned by: axeld
Priority: normal Milestone: R1
Component: System/Kernel Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Enter KDL, type help <enter> You'll see that there are multiple entries for "net_interfaces", "net_local" and "net_route" commands.

Change History (2)

comment:1 by phoudoin, 13 years ago

While I guess the multiple entries are due to unmatched remove_debugger_command() in few network stack modules, add_debugger_command() should not accept either to register duplicated command names.

I've fixed this second issue in hrev40611. I'll add the missing remove_debugger_command() after the break ;-)

comment:2 by phoudoin, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev40612. Thanks for noticing the issue.

Last edited 13 years ago by phoudoin (previous) (diff)
Note: See TracTickets for help on using tickets.