Opened 14 years ago
Closed 14 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 , 14 years ago
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in hrev40612. Thanks for noticing.
Version 0, edited 14 years ago by (next)
Note:
See TracTickets
for help on using tickets.
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 ;-)