[p4] correct action name
This commit is contained in:
parent
b29cf1a296
commit
b01341f48c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue