Skip to content

Commit a21221b

Browse files
authored
Merge pull request #1960 from oalbrigt/IPaddr2-dont-fail-with-lvs_ipv6_addrlabel-error-IPv4
IPaddr2: dont fail with "IPv4 does not support lvs_ipv6_addrlabel" error, as the parameter is not used in IPv4 scenarioes
2 parents 92a213d + a69a43d commit a21221b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

heartbeat/IPaddr2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -512,10 +512,6 @@ ip_init() {
512512
echo $OCF_RESKEY_ip | grep -qs ":"
513513
if [ $? -ne 0 ];then
514514
FAMILY=inet
515-
if ocf_is_true $OCF_RESKEY_lvs_ipv6_addrlabel ;then
516-
ocf_exit_reason "IPv4 does not support lvs_ipv6_addrlabel"
517-
exit $OCF_ERR_CONFIGURED
518-
fi
519515
if [ -z "$OCF_RESKEY_arp_bg" ]; then
520516
OCF_RESKEY_arp_bg=true
521517
fi

0 commit comments

Comments
 (0)