Skip to content

Commit

Permalink
fsm: disabled changeDevice call overloading
Browse files Browse the repository at this point in the history
  • Loading branch information
mtomaschewski committed Feb 5, 2018
1 parent 209af1d commit d6bd66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsm.c
Expand Up @@ -4919,7 +4919,7 @@ static ni_fsm_transition_t ni_iftransitions[] = {
},

/* This sets any device attributes, such as a MAC address */
COMMON_TRANSITION_UP_TO(NI_FSM_STATE_DEVICE_SETUP, "changeDevice", .call_overloading = TRUE),
COMMON_TRANSITION_UP_TO(NI_FSM_STATE_DEVICE_SETUP, "changeDevice", .call_overloading = FALSE),

/* This sets the per-interface protocol attributes, such as forwarding */
COMMON_TRANSITION_UP_TO(NI_FSM_STATE_PROTOCOLS_UP, "changeProtocol"),
Expand Down

0 comments on commit d6bd66c

Please sign in to comment.