ipvs: Add destination address family to netlink interface
[firefly-linux-kernel-4.4.55.git] / include / net / ip_vs.h
index 624a8a54806d4c877cabcbefec9dd975e1204922..b7e2b624d58e079daaf6f00ed85232381c55d7c3 100644 (file)
@@ -648,6 +648,9 @@ struct ip_vs_dest_user_kern {
        /* thresholds for active connections */
        u32                     u_threshold;    /* upper threshold */
        u32                     l_threshold;    /* lower threshold */
+
+       /* Address family of addr */
+       u16                     af;
 };