summaryrefslogtreecommitdiff
path: root/isisd/isis_dlpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isis_dlpi.c')
-rw-r--r--isisd/isis_dlpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_dlpi.c b/isisd/isis_dlpi.c
index ea16f4af7f..5c15d1d29d 100644
--- a/isisd/isis_dlpi.c
+++ b/isisd/isis_dlpi.c
@@ -62,7 +62,7 @@ static const uint8_t ALL_ISS[6] = {0x09, 0x00, 0x2B, 0x00, 0x00, 0x05};
static const uint8_t ALL_ESS[6] = {0x09, 0x00, 0x2B, 0x00, 0x00, 0x04};
#endif
-static uint8_t sock_buff[8192];
+static uint8_t sock_buff[16384];
static unsigned short pf_filter[] = {
ENF_PUSHWORD + 0, /* Get the SSAP/DSAP values */