[p4] add controller action

This commit is contained in:
Nico Schottelius 2019-02-26 15:54:41 +01:00
parent 0ea9e708de
commit 11d376bcb8
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ control MyIngress(inout headers hdr,
}
actions = {
multicast_pkg;
send_to_controller;
NoAction;
}
size = NDP_TABLE_SIZE;