22 Mar
2021
22 Mar
'21
8:18 p.m.
On Mar 22, 2021, at 10:03 PM, Alan DeKok <aland@deployingradius.com> wrote:
On Mar 22, 2021, at 5:05 PM, Max Elzinga <m.elzinga@felton.nl> wrote:
Hi Alan,
Here is the log file:
So... you're not going to read it, to see if it's applying the rules you added?
Unless the code in v3.0.x differs to master, the operator would be '<' i.e. LHS is within the set on the RHS. The cast would turn the LHS into a 32bit prefix which isn't going to match the RHS which is a 24bit prefix, so '==' won't work. The condition should be: if (<ipv4prefix>&NAS-IP-Address < 10.2.16.0/24) { I can never remember the IP address comparison operators either. -Arran