summaryrefslogtreecommitdiff
path: root/eigrpd/eigrp_const.h
diff options
context:
space:
mode:
Diffstat (limited to 'eigrpd/eigrp_const.h')
-rw-r--r--eigrpd/eigrp_const.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/eigrpd/eigrp_const.h b/eigrpd/eigrp_const.h
index 94f6aa70d4..3d84c82179 100644
--- a/eigrpd/eigrp_const.h
+++ b/eigrpd/eigrp_const.h
@@ -94,11 +94,7 @@
#define EIGRP_MULTICAST_ADDRESS 0xe000000A /*224.0.0.10*/
#define EIGRP_MAX_METRIC 0xffffffffU /*4294967295*/
-enum metric_change {
- METRIC_DECREASE,
- METRIC_SAME,
- METRIC_INCREASE
-};
+enum metric_change { METRIC_DECREASE, METRIC_SAME, METRIC_INCREASE };
#define DEFAULT_ROUTE ZEBRA_ROUTE_MAX
#define DEFAULT_ROUTE_TYPE(T) ((T) == DEFAULT_ROUTE)
@@ -182,7 +178,7 @@ enum eigrp_fsm_events {
* state not changed
* usually by receiving not last reply
*/
- EIGRP_FSM_KEEP_STATE,
+ EIGRP_FSM_KEEP_STATE,
};
/**