dibbler
dibbler copied to clipboard
Portable DHCPv6 implementation
Hi, I know that this project is closed but I just wanted to inform about this situation. I've found out in a system that the DHCPv6 server was dropping DHCPv6...
Prefix calculation was wrong, and testing was complicated so I fixed it. I was seeing errors like `RTNETLINK answers: File exists` before because my ISP is delegating a /60 and...
prefix length and validity were swapped causing wrong prefix length to be requested (often 255) during prefix delegation in SOLICIT messages. Signed-off-by: Matthieu Patou
================================================================= ==157330==ERROR: LeakSanitizer: detected memory leaks Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x7f7ecd050628 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0x107628) #1 0x561569188e82 in if_list_get /dibbler/Port-linux/lowlevel-linux.c:222 Direct leak of 38...
Hi @tomaszmrugalski, Could you maybe release the final dibbler 1.0.2 with the latest commits such as https://github.com/tomaszmrugalski/dibbler/commit/6f15782cb7d559f1d7e66351a0216048693c9aac? It would help for the [ArchLinux AUR dibbler package](https://aur.archlinux.org/packages/dibbler/) that wrongly tracks the...
initially thought of similar issue "https://klub.com.pl/lists/dibbler-devel/2016-July/000137.html" seems to be new . **Backtrace:** ``` (gdb) bt #0 0x00000000 in ?? () #1 0x00046272 in TMsg::getSize (this=0xa0ab8) at /usr/src/debug/dibbler/1.0.1-r0/dibbler-1.0.1/Messages/Msg.cpp:76 #2 0x00020d72 in...
- Fix bugs introduced by a copy and paste mistakes (assignment to the wrong variable if the call to clock_gettime() succeeds in TAddrIA::getT2Timeout() and the addition of bogus calls to...
I found the mail with the same problem. Is there any patch for this problem https://klub.com.pl/lists/dibbler-devel/2016-July/000137.html
Fix to trigger client-notify script whenever the expiry event occurs for addresses/prefixes assigned.
_RFC8415 :_ If the server finds that any of the addresses in the IA are not appropriate for the link to which the client is attached, the server returns the...