Teardown connection if receive packet in unknown state
This commit is contained in:
@ -119,7 +119,8 @@ static void wtp_dfa_execute(struct capwap_parsed_packet* packet) {
|
||||
}
|
||||
|
||||
default: {
|
||||
capwap_logging_debug("Unknown action event: %lu", g_wtp.state);
|
||||
capwap_logging_debug("Unknown WTP action event: %lu", g_wtp.state);
|
||||
wtp_teardown_connection();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user