mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-10 21:28:43 +00:00
DragonFly support add - thanks to john@marino.st
This commit is contained in:
parent
60c412b936
commit
d760229ab8
@ -142,6 +142,10 @@ else
|
|||||||
;;
|
;;
|
||||||
ipv4:freebsd*) sysdesc=bsd
|
ipv4:freebsd*) sysdesc=bsd
|
||||||
;;
|
;;
|
||||||
|
ipv6:dragonfly*) sysdesc=bsd-v6
|
||||||
|
;;
|
||||||
|
ipv4:dragonfly*) sysdesc=bsd
|
||||||
|
;;
|
||||||
ipv6:kfreebsd*) sysdesc=bsd-v6
|
ipv6:kfreebsd*) sysdesc=bsd-v6
|
||||||
;;
|
;;
|
||||||
ipv4:kfreebsd*) sysdesc=bsd
|
ipv4:kfreebsd*) sysdesc=bsd
|
||||||
|
@ -6,6 +6,9 @@
|
|||||||
* Can be freely distributed and used under the terms of the GNU GPL.
|
* Can be freely distributed and used under the terms of the GNU GPL.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef __DragonFly__
|
||||||
|
#define TCP_MD5SIG TCP_SIGNATURE_ENABLE
|
||||||
|
#endif
|
||||||
#ifdef IPV6
|
#ifdef IPV6
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
|
Loading…
Reference in New Issue
Block a user