[icmp6] v6_networks table add actions

This commit is contained in:
Nico Schottelius 2019-03-04 14:10:11 +01:00
parent f2cd835ced
commit 03ffe73957
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ control MyIngress(inout headers hdr,
}
actions = {
set_egress_port;
controller_debug;
controller_reply;
NoAction;
}
size = ROUTING_TABLE_SIZE;