What is the proper way to specify subnets for link locals? I don't see any
scoping examples in the ARM.
acl test-acl {
2002::/16;
fe80::%11/16;
fe80::%13/16;
fe80::%14/16;
};
or
acl test-acl {
2002::/16;
fe80::/16;
};
Both seem to work if the go out the same router...