Added CMake support with managed protocol settings
[6bed4] / src / nonstd.h.in
1
2 #define ND_OPT_DESTINATION_LINKADDR @ND_OPT_DESTINATION_LINKADDR@
3
4 #define UDP_PORT_6BED4 @UDP_PORT_6BED4@
5
6 #define SERVER_6BED4_IPV4_TXT                   @SERVER_6BED4_IPV4_TXT@
7 #define SERVER_6BED4_IPV4_INT32                 @SERVER_6BED4_IPV4_INT32@
8 #define SERVER_6BED4_IPV4_INT0                  @SERVER_6BED4_IPV4_INT0@
9 #define SERVER_6BED4_IPV4_INT1                  @SERVER_6BED4_IPV4_INT1@
10 #define SERVER_6BED4_IPV4_INT2                  @SERVER_6BED4_IPV4_INT2@
11 #define SERVER_6BED4_IPV4_INT3                  @SERVER_6BED4_IPV4_INT3@
12 #define SERVER_6BED4_IPV4_BINSTR                @SERVER_6BED4_IPV4_BINSTR@
13
14 #define SERVER_6BED4_PORT_TXT                   @SERVER_6BED4_PORT_TXT@
15 #define SERVER_6BED4_PORT_BINSTR                @SERVER_6BED4_PORT_BINSTR@
16
17 #define SERVER_6BED4_IPV4_PORT_TXT              @SERVER_6BED4_IPV4_PORT_TXT@
18 #define SERVER_6BED4_PORT_IPV4_ADDRSTR          @SERVER_6BED4_PORT_IPV4_ADDRSTR@
19 #define SERVER_6BED4_PORT_IPV4_MACSTR           @SERVER_6BED4_PORT_IPV4_MACSTR@
20
21 /* Define LOCAL_OVERRIDES_PORT0 to forcefully detect 6bed4 port 0 as an
22  * override to a local address.  This is used when a host uses its own /64
23  * and has no other addresses available.
24  */
25 // #define LOCAL_OVERRIDES_PORT0 yes
26
27 /* Possibly override the name of the interface from the default "6bed4"
28  */
29 // #define INTERFACE_NAME_6BED4 "6bed4"