Blame SOURCES/bz1477572-fix-man-page-vrrp_ipsets.patch

9cfb40
From 431ba58daf11771195d0b494b0b0b3655a9b25cd Mon Sep 17 00:00:00 2001
9cfb40
From: Quentin Armitage <quentin@armitage.org.uk>
9cfb40
Date: Wed, 2 Aug 2017 16:18:32 +0100
9cfb40
Subject: [PATCH] Fix keepalived.doc(5) man page
9cfb40
9cfb40
Ryan O'Hara identified that 'vrrp_ipset' should be 'vrrp_ipsets'
9cfb40
in the man page.
9cfb40
9cfb40
Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
9cfb40
---
9cfb40
 doc/man/man5/keepalived.conf.5 | 2 +-
9cfb40
 1 file changed, 1 insertion(+), 1 deletion(-)
9cfb40
9cfb40
diff --git a/doc/man/man5/keepalived.conf.5 b/doc/man/man5/keepalived.conf.5
9cfb40
index 5f044af..c7b9d2e 100644
9cfb40
--- a/doc/man/man5/keepalived.conf.5
9cfb40
+++ b/doc/man/man5/keepalived.conf.5
9cfb40
@@ -151,7 +151,7 @@ and
9cfb40
  # If no names are specified, ipsets will not be used, otherwise any omitted
9cfb40
  # names will be constructed by adding "_if" and/or "6" to previously specified
9cfb40
  # names.
9cfb40
- vrrp_ipset [keepalived [keepalived6 [keepalived_if6]]]
9cfb40
+ vrrp_ipsets [keepalived [keepalived6 [keepalived_if6]]]
9cfb40
 
9cfb40
  # The following enables checking that when in unicast mode, the source
9cfb40
  # address of a VRRP packet is one of our unicast peers.
9cfb40
-- 
9cfb40
2.9.4
9cfb40