40 lines
1.6 KiB
Diff
40 lines
1.6 KiB
Diff
From b82e2cf588916624c5f45c10e7c929f24ff84e9a Mon Sep 17 00:00:00 2001
|
|
From: Donald Yandt <10255876+TorontoMedia@users.noreply.github.com>
|
|
Date: Sun, 27 Sep 2020 20:19:35 -0400
|
|
Subject: [PATCH 61/62] docs(dbus): fix invalid method names
|
|
|
|
Replace invalid method names for both 'queryEntry' and 'queryIPSet'.
|
|
|
|
Fixes: #693
|
|
(cherry picked from commit 6fc82d2d34b436a1f1921b36930169c965f3ff4b)
|
|
(cherry picked from commit 24fb2b2424107cd88e331b8f8edae0dc1671c504)
|
|
---
|
|
doc/xml/firewalld.dbus.xml | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/doc/xml/firewalld.dbus.xml b/doc/xml/firewalld.dbus.xml
|
|
index 1625b9d50576..3bf4f53b108d 100644
|
|
--- a/doc/xml/firewalld.dbus.xml
|
|
+++ b/doc/xml/firewalld.dbus.xml
|
|
@@ -579,7 +579,7 @@
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry id="FirewallD1.ipset.Methods.queryEntry">
|
|
- <term><methodname>queryService</methodname>(s: ipset, s: entry) → b</term>
|
|
+ <term><methodname>queryEntry</methodname>(s: ipset, s: entry) → b</term>
|
|
<listitem>
|
|
<para>
|
|
Return whether <replaceable>entry</replaceable> has been added to <replaceable>ipset</replaceable>.
|
|
@@ -591,7 +591,7 @@
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry id="FirewallD1.ipset.Methods.queryIPSet">
|
|
- <term><methodname>queryService</methodname>(s: ipset) → b</term>
|
|
+ <term><methodname>queryIPSet</methodname>(s: ipset) → b</term>
|
|
<listitem>
|
|
<para>
|
|
Return whether <replaceable>ipset</replaceable> is defined in runtime configuration.
|
|
--
|
|
2.28.0
|
|
|