[NDP] apply table...

This commit is contained in:
Nico Schottelius 2019-02-26 15:33:37 +01:00
parent 72c600d8da
commit 67afa855d0
1 changed files with 2 additions and 1 deletions

View File

@ -104,8 +104,9 @@ control MyIngress(inout headers hdr,
}
apply {
if(hdr.ipv6.isValid()) {
ndp.apply(); /* flood or if it is us - answer */
v6_addresses.apply();
v6_routing.apply();
}