diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-04-15 14:20:57 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-04-15 14:20:57 -0400 |
| commit | dbc56a10d451a836ef5409242d121dcfadd25ced (patch) | |
| tree | 59b82538443ee370818b472bf69fcb959160b3ee /eigrpd/eigrp_const.h | |
| parent | f9e5c9ca061ae9d8693a766bff99b4ec63b6f5f9 (diff) | |
eigrpd: Cleanup cli
The eigrp cli was using a define that was causing some issues
surrounding interface names and detailed information.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'eigrpd/eigrp_const.h')
| -rw-r--r-- | eigrpd/eigrp_const.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/eigrpd/eigrp_const.h b/eigrpd/eigrp_const.h index 192412135f..9397717bef 100644 --- a/eigrpd/eigrp_const.h +++ b/eigrpd/eigrp_const.h @@ -159,15 +159,6 @@ enum eigrp_fsm_states { #define EIGRP_FSM_EVENT_LR_FCN 6 /*last reply, FC not satisfied with current value of FDij*/ #define EIGRP_FSM_KEEP_STATE 7 /*state not changed, usually by receiving not last reply */ -#define INT_TYPES_CMD_STR \ - "detail|fastethernet|loopback|static" - -#define INT_TYPES_DESC \ - "Virtual Ethernet interface\n" \ - "FastEthernet IEEE 802.3\n" \ - "Loopback interface\n" \ - "Show static peer information\n" - /** * External routes originate from some other protocol - these are them */ |
