Package: keepalived
Severity: normal

TCP_CHECK configuration needs an end of line to be parsed correcly :

this config. works fine :

virtual_server VIP 3389 {
    delay_loop 6
    lb_algo wlc
    lb_kind DR
    protocol TCP
    real_server  RIP1 3389 {
        weight 1
        TCP_CHECK {
            connect_timeout 10
        }
    }
}

but this one does stranges behaviours in ipvs :

virtual_server VIP 3389 {
    delay_loop 6
    lb_algo wlc
    lb_kind DR
    protocol TCP
    real_server  RIP1 3389 {
        weight 1
        TCP_CHECK { connect_timeout 10 }
    }
}

regards
mc

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-386
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to