File 0003-Low-IPaddr2-Describe-and-broadcast-arguments-bsc-940.patch of Package resource-agents.1159
From 76a4a5f734a8cd51e50451f3d3f3c078d5ca247b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kristoffer=20Gr=C3=B6nlund?= <krig@koru.se>
Date: Fri, 11 Sep 2015 08:51:47 +0200
Subject: [PATCH 3/3] Low: IPaddr2: Describe + and - broadcast arguments
(bsc#940931) (#656)
Remove inaccurate statement about not passing a broadcast argument,
and add description of + and - arguments for broadcast address.
---
heartbeat/IPaddr2 | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/heartbeat/IPaddr2 b/heartbeat/IPaddr2
index a580683..a4e5063 100755
--- a/heartbeat/IPaddr2
+++ b/heartbeat/IPaddr2
@@ -169,8 +169,10 @@ routing table.
<parameter name="broadcast">
<longdesc lang="en">
-Broadcast address associated with the IP. If left empty, the script will
-determine this from the netmask.
+Broadcast address associated with the IP. It is possible to use the
+special symbols '+' and '-' instead of the broadcast address. In this
+case, the broadcast address is derived by setting/resetting the host
+bits of the interface prefix.
</longdesc>
<shortdesc lang="en">Broadcast address</shortdesc>
<content type="string" default=""/>
--
2.5.1