summaryrefslogtreecommitdiff
path: root/lib/socket.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-02-04 15:26:36 +0100
committerMaria Matejka <mq@ucw.cz>2022-02-04 15:26:36 +0100
commitfe840ddad96259ed7b2f1d0d2f07bdf8d4c03384 (patch)
tree8a59e7eceaa1cfabb400f1fc2fbf0eaebf0d959f /lib/socket.h
parent14bb6fd29a1c88103e73138d5fd4396e610aa469 (diff)
parenta9646efd40569f3a1d749bc1bd13219876b33a00 (diff)
Merge commit 'a9646efd40569f3a1d749bc1bd13219876b33a00' into sark-bgp-rebased
Diffstat (limited to 'lib/socket.h')
-rw-r--r--lib/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/socket.h b/lib/socket.h
index 89398edf..ce4382e9 100644
--- a/lib/socket.h
+++ b/lib/socket.h
@@ -128,6 +128,7 @@ extern int sk_priority_control; /* Suggested priority for control traffic, shou
#define SKF_TTL_RX 0x08 /* Report TTL / Hop Limit for RX packets */
#define SKF_BIND 0x10 /* Bind datagram socket to given source address */
#define SKF_HIGH_PORT 0x20 /* Choose port from high range if possible */
+#define SKF_FREEBIND 0x40 /* Allow socket to bind to a nonlocal address */
#define SKF_THREAD 0x100 /* Socked used in thread, Do not add to main loop */
#define SKF_TRUNCATED 0x200 /* Received packet was truncated, set by IO layer */