[NDP] apply table...
This commit is contained in:
parent
72c600d8da
commit
67afa855d0
1 changed files with 2 additions and 1 deletions
|
@ -104,8 +104,9 @@ control MyIngress(inout headers hdr,
|
||||||
}
|
}
|
||||||
|
|
||||||
apply {
|
apply {
|
||||||
|
|
||||||
if(hdr.ipv6.isValid()) {
|
if(hdr.ipv6.isValid()) {
|
||||||
|
|
||||||
|
ndp.apply(); /* flood or if it is us - answer */
|
||||||
v6_addresses.apply();
|
v6_addresses.apply();
|
||||||
v6_routing.apply();
|
v6_routing.apply();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue