]> Pileus Git - ~andy/linux/blobdiff - include/net/ip_vs.h
ipvs: avoid routing by TOS for real server
[~andy/linux] / include / net / ip_vs.h
index bee87badabef4820031dd444ca99cc2417705501..64db11769cc29296334026d5eb828dc0e0f3403d 100644 (file)
@@ -753,7 +753,6 @@ struct ip_vs_dest {
        /* for destination cache */
        spinlock_t              dst_lock;       /* lock of dst_cache */
        struct dst_entry        *dst_cache;     /* destination cache entry */
-       u32                     dst_rtos;       /* RT_TOS(tos) for dst */
        u32                     dst_cookie;
        union nf_inet_addr      dst_saddr;