kernel/drivers/s390/net/qeth_l3_sys.c
.. .. @@ -652,7 +652,7 @@ 652 652 static ssize_t qeth_l3_dev_vipa_del4_store(struct device *dev, 653 653 struct device_attribute *attr, const char *buf, size_t count) 654 654 { 655 - return qeth_l3_vipa_store(dev, buf, true, count, QETH_PROT_IPV4);655 + return qeth_l3_vipa_store(dev, buf, false, count, QETH_PROT_IPV4);656 656 } 657 657 658 658 static QETH_DEVICE_ATTR(vipa_del4, del4, 0200, NULL,