mirror of
https://github.com/mfontanini/libtins
synced 2026-01-25 11:41:35 +01:00
Added DHCPv6 client/server id options' getters/setters.
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
#include "llc.h"
|
||||
#include "rawpdu.h"
|
||||
|
||||
#if defined(BSD) && !defined(PF_LLC)
|
||||
// compilation fix, check if it works xD
|
||||
#if !defined(PF_LLC)
|
||||
// compilation fix, nasty but at least works on BSD
|
||||
#define PF_LLC 26
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user