[p4] correct action name

This commit is contained in:
Nico Schottelius 2019-02-28 10:57:00 +01:00
parent b29cf1a296
commit b01341f48c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ control MyIngress(inout headers hdr,
} }
actions = { actions = {
send_to_controller; send_to_controller;
reply_icmp6_neighbor_solicitation; icmp6_neighbor_solicitation;
NoAction; NoAction;
} }
size = NDP_TABLE_SIZE; size = NDP_TABLE_SIZE;