"Francis Dupont" writes: >The simplest is to use the fact the code uses the string itself to compare subnets so changing slightly it will give what you want.
Thank you, I change my configuration according to your suggestion. It is useful for me. -----Original Message----- From: Francis Dupont [mailto:[email protected]] Sent: Wednesday, May 30, 2018 4:32 PM To: Batuhan BAKIP <[email protected]> Cc: [email protected] Subject: Re: [Kea-users] Option82 with different versions of KEA "Batuhan BAKIP" writes: > I look logs "reason: subnet with the prefix of '10.0.1.0/24' already > exists", yes it is true but same configuration is running on kea > version 1.1.0. How to do same job on version 1.3.0? => the code checking if two subnets are the same is deeply buggy (known problem but which requires some design to get the right fix so its solution was postponed). The simplest is to use the fact the code uses the string itself to compare subnets so changing slightly it will give what you want. Note the bug will be fixed one day so it is not for the long term... Regards Francis Dupont <[email protected]> _______________________________________________ Kea-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/kea-users
