]> git.puffer.fish Git - mirror/frr.git/commit
eigrpd: Add missing install_element for debug eigrp transmit 942/head
authorAndrew Lunn <andrew@lunn.ch>
Wed, 9 Aug 2017 16:56:13 +0000 (11:56 -0500)
committerAndrew Lunn <andrew@lunn.ch>
Wed, 9 Aug 2017 17:02:01 +0000 (12:02 -0500)
commitaf83cb12f9fd11a9208dd8ca954b364d9cf28717
tree90c6e88013e223d8bd7a149c483b806e18857f56
parent9cdce038c51d259e4416c3e2f15d70e76c5e176f
eigrpd: Add missing install_element for debug eigrp transmit

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>
eigrpd/eigrp_dump.c