Skip to content

Commit

Permalink
eigrpd: Add missing install_element for debug eigrp transmit
Browse files Browse the repository at this point in the history
debug eigrp transmit command is added to the ENABLE_NODE list, but not
CONFIG_NODE. As a result the command cannot be used in the
configuration file. Add the missing call.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
  • Loading branch information
lunn committed Aug 9, 2017
1 parent 9cdce03 commit af83cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eigrpd/eigrp_dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -616,5 +616,6 @@ void eigrp_debug_init()
install_element(CONFIG_NODE, &show_debugging_eigrp_cmd);
install_element(CONFIG_NODE, &debug_eigrp_packets_all_cmd);
install_element(CONFIG_NODE, &no_debug_eigrp_packets_all_cmd);
install_element(CONFIG_NODE, &debug_eigrp_transmit_cmd);
install_element(CONFIG_NODE, &no_debug_eigrp_transmit_cmd);
}

0 comments on commit af83cb1

Please sign in to comment.