summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohit Mehta <mohit.mehta@vyatta.com>2010-06-29 10:44:31 -0700
committerMohit Mehta <mohit.mehta@vyatta.com>2010-06-29 10:44:31 -0700
commit7734e446934afb2f8474363ec437c3ae14ea7a7d (patch)
tree18ed3f799a406305b1e2e3fe1bf91d2818de7bd8
parenta1b00f772602f28bfbccb8106669a7b332b0ca73 (diff)
downloadconntrack-tools-7734e446934afb2f8474363ec437c3ae14ea7a7d.tar.gz
conntrack-tools-7734e446934afb2f8474363ec437c3ae14ea7a7d.zip
update error message for max netlink socket size reached
-rw-r--r--src/netlink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/netlink.c b/src/netlink.c
index a43f782..e866028 100644
--- a/src/netlink.c
+++ b/src/netlink.c
@@ -124,8 +124,8 @@ void nl_resize_socket_buffer(struct nfct_handle *h)
"be losing events, this may lead to "
"unsynchronized replicas. Please, consider "
"increasing netlink socket buffer size via "
- "SocketBufferSize and "
- "SocketBufferSizeMaxGrowth clauses in "
+ "NetlinkBufferSize and "
+ "NetlinkBufferSizeMaxGrowth clauses in "
"conntrackd.conf");
s = CONFIG(netlink_buffer_size_max_grown);
warned = 1;