Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
[firefly-linux-kernel-4.4.55.git] / include / net / ip_vs.h
index 2fdc13caf712cd950ee132b0708f9aad73e41d34..9b9ca87a4210b9e83552f3dcb500f3ea54787fda 100644 (file)
@@ -847,8 +847,12 @@ struct ipvs_master_sync_state {
 #define IP_VS_DEST_TRASH_PERIOD                (120 * HZ)
 
 struct ipvs_sync_daemon_cfg {
+       union nf_inet_addr      mcast_group;
        int                     syncid;
        u16                     sync_maxlen;
+       u16                     mcast_port;
+       u8                      mcast_af;
+       u8                      mcast_ttl;
        /* multicast interface name */
        char                    mcast_ifn[IP_VS_IFNAME_MAXLEN];
 };