1
0
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:
Matias Fontanini
2013-01-28 16:23:47 -03:00
parent 5ee0ebb264
commit 0945e0b29e
4 changed files with 307 additions and 2 deletions

View File

@@ -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