|
|
1ae9b3 |
From 6112ab6a515ac5813e8b4027976a6dc651647f07 Mon Sep 17 00:00:00 2001
|
|
|
1ae9b3 |
From: Eric Garver <eric@garver.life>
|
|
|
1ae9b3 |
Date: Thu, 16 Apr 2020 15:40:49 -0400
|
|
|
1ae9b3 |
Subject: [PATCH 18/45] fix(doc): dbus: signatures for zone tuple based APIs
|
|
|
1ae9b3 |
|
|
|
1ae9b3 |
Fixes: 26e23b8cd945 ("firewall.core.io.zone: New icmp block inversion flag")
|
|
|
1ae9b3 |
(cherry picked from commit 7fbc6f6204a342f5ae92f10923093d2381c9b0ac)
|
|
|
1ae9b3 |
(cherry picked from commit 13edc3137fc3b9ed36207009621dda437a8f87df)
|
|
|
1ae9b3 |
---
|
|
|
1ae9b3 |
doc/xml/firewalld.dbus.xml | 8 ++++----
|
|
|
1ae9b3 |
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
1ae9b3 |
|
|
|
1ae9b3 |
diff --git a/doc/xml/firewalld.dbus.xml b/doc/xml/firewalld.dbus.xml
|
|
|
1ae9b3 |
index 77ad77c01675..1625b9d50576 100644
|
|
|
1ae9b3 |
--- a/doc/xml/firewalld.dbus.xml
|
|
|
1ae9b3 |
+++ b/doc/xml/firewalld.dbus.xml
|
|
|
1ae9b3 |
@@ -274,7 +274,7 @@
|
|
|
1ae9b3 |
</listitem>
|
|
|
1ae9b3 |
</varlistentry>
|
|
|
1ae9b3 |
<varlistentry id="FirewallD1.Methods.getZoneSettings">
|
|
|
1ae9b3 |
- <term><methodname>getZoneSettings</methodname>(s: <parameter>zone</parameter>) → (sssbsasa(ss)asba(ssss)asasasasa(ss))</term>
|
|
|
1ae9b3 |
+ <term><methodname>getZoneSettings</methodname>(s: <parameter>zone</parameter>) → (sssbsasa(ss)asba(ssss)asasasasa(ss)b)</term>
|
|
|
1ae9b3 |
<listitem>
|
|
|
1ae9b3 |
<para>
|
|
|
1ae9b3 |
Return runtime settings of given <replaceable>zone</replaceable>.
|
|
|
1ae9b3 |
@@ -2338,7 +2338,7 @@
|
|
|
1ae9b3 |
</listitem>
|
|
|
1ae9b3 |
</varlistentry>
|
|
|
1ae9b3 |
<varlistentry id="FirewallD1.config.Methods.addZone">
|
|
|
1ae9b3 |
- <term><methodname>addZone</methodname>(s: zone, (sssbsasa(ss)asba(ssss)asasasasa(ss)): settings) → o</term>
|
|
|
1ae9b3 |
+ <term><methodname>addZone</methodname>(s: zone, (sssbsasa(ss)asba(ssss)asasasasa(ss)b): settings) → o</term>
|
|
|
1ae9b3 |
<listitem>
|
|
|
1ae9b3 |
<para>
|
|
|
1ae9b3 |
Add <replaceable>zone</replaceable> with given <replaceable>settings</replaceable> into permanent configuration.
|
|
|
1ae9b3 |
@@ -3810,7 +3810,7 @@
|
|
|
1ae9b3 |
</listitem>
|
|
|
1ae9b3 |
</varlistentry>
|
|
|
1ae9b3 |
<varlistentry id="FirewallD1.config.zone.Methods.getSettings">
|
|
|
1ae9b3 |
- <term><methodname>getSettings</methodname>() → (sssbsasa(ss)asba(ssss)asasasasa(ss))</term>
|
|
|
1ae9b3 |
+ <term><methodname>getSettings</methodname>() → (sssbsasa(ss)asba(ssss)asasasasa(ss)b)</term>
|
|
|
1ae9b3 |
<listitem>
|
|
|
1ae9b3 |
<para>
|
|
|
1ae9b3 |
Return permanent settings of given <replaceable>zone</replaceable>.
|
|
|
1ae9b3 |
@@ -4309,7 +4309,7 @@
|
|
|
1ae9b3 |
</listitem>
|
|
|
1ae9b3 |
</varlistentry>
|
|
|
1ae9b3 |
<varlistentry id="FirewallD1.config.zone.Methods.update">
|
|
|
1ae9b3 |
- <term><methodname>update</methodname>((sssbsasa(ss)asba(ssss)asasasasa(ss)): settings) → Nothing</term>
|
|
|
1ae9b3 |
+ <term><methodname>update</methodname>((sssbsasa(ss)asba(ssss)asasasasa(ss)b): settings) → Nothing</term>
|
|
|
1ae9b3 |
<listitem>
|
|
|
1ae9b3 |
<para>
|
|
|
1ae9b3 |
Update settings of zone to <replaceable>settings</replaceable>.
|
|
|
1ae9b3 |
--
|
|
|
1ae9b3 |
2.27.0
|
|
|
1ae9b3 |
|