[libvirt] [v2 PATCH] doc: Fix a mismatch attribute name

Luyao Huang lhuang at redhat.com
Fri Nov 7 09:35:33 UTC 2014


>From virAccessDriverPolkitCheckInterface function, we know this
attribute should named: interface_macaddr

Signed-off-by: Luyao Huang <lhuang at redhat.com>
---
 docs/aclpolkit.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/aclpolkit.html.in b/docs/aclpolkit.html.in
index 91b5296..e5a9b16 100644
--- a/docs/aclpolkit.html.in
+++ b/docs/aclpolkit.html.in
@@ -121,7 +121,7 @@
           <td>Name of the network interface, unique to the local host</td>
         </tr>
         <tr>
-          <td>interface_mac</td>
+          <td>interface_macaddr</td>
           <td>MAC address of the network interface, not unique</td>
         </tr>
       </tbody>
-- 
1.8.3.1




More information about the libvir-list mailing list