Commit 18cd9b00 authored by YueHaibing's avatar YueHaibing Committed by Pablo Neira Ayuso

ipvs: Remove unused macros

They are not used since commit e4ff6751 ("ipvs: add
sync_maxlen parameter for the sync daemon")
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Acked-by: default avatarSimon Horman <horms@verge.net.au>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 8a8b9047
...@@ -242,9 +242,6 @@ struct ip_vs_sync_thread_data { ...@@ -242,9 +242,6 @@ struct ip_vs_sync_thread_data {
| IPVS Sync Connection (1) | | IPVS Sync Connection (1) |
*/ */
#define SYNC_MESG_HEADER_LEN 4
#define MAX_CONNS_PER_SYNCBUFF 255 /* nr_conns in ip_vs_sync_mesg is 8 bit */
/* Version 0 header */ /* Version 0 header */
struct ip_vs_sync_mesg_v0 { struct ip_vs_sync_mesg_v0 {
__u8 nr_conns; __u8 nr_conns;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment