On Tue, Jan 17, 2017 at 5:42 PM, syouwa <syouwa at gmail.com> wrote: > Thanks Nikos, After removed Framed-IP-Address from radgourpreply it worked > fine. > > But the patch seems doesn't work, even after I changed "if (ipv4 != > 0xffffffff && ipv4 != 0xfffffffe) " to "if (ipv4 != 0xffffffff || ipv4 != > 0xfffffffe) " Thanks. I've updated the patch and added a test case to check the expected behavior. regards, Nikos