File 0010-aws-vpc-move-ip-multiple-VPC-routing-tables-in-routi.patch of Package resource-agents.11510
From 41242a4e96e2d60a96711cf0fb547a9826956f44 Mon Sep 17 00:00:00 2001
From: gguifelixamz <fguilher@amazon.com>
Date: Tue, 4 Dec 2018 19:03:38 +0000
Subject: [PATCH 3/3] aws-vpc-move-ip: multiple VPC routing tables in
routing_tables parameter - included comment in metadata section
---
heartbeat/aws-vpc-move-ip | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/heartbeat/aws-vpc-move-ip b/heartbeat/aws-vpc-move-ip
index 981451c5..09095643 100755
--- a/heartbeat/aws-vpc-move-ip
+++ b/heartbeat/aws-vpc-move-ip
@@ -103,9 +103,9 @@ Deprecated IP address param. Use the ip param instead.
<parameter name="routing_table" required="1">
<longdesc lang="en">
-Name of the routing table, where the route for the IP address should be changed, i.e. rtb-...
+Name of the routing table(s), where the route for the IP address should be changed. If declaring multiple routing tables they should be separated by comma. Example: rtb-XXXXXXXX,rtb-YYYYYYYYY
</longdesc>
-<shortdesc lang="en">routing table name</shortdesc>
+<shortdesc lang="en">routing table name(s)</shortdesc>
<content type="string" default="" />
</parameter>
--
2.16.4