Re: [libvirt] [PATCH] Fix typo error attribute name vlan-id should be vlanid in docs

2014-08-05 Thread Ján Tomko
On 08/05/2014 07:25 AM, Jianwei Hu wrote:
> [root@localhost ~]# virsh nwfilter-dumpxml myself
> 
>   7192ef51-cd50-4f14-ad7b-fa5c69ea19e3
>   
> 
>   
> 
> 
> [root@localhost ~]# ebtables -t nat -L
> Bridge table: nat
> 
> ...
> -p 802_1Q -d 0:11:22:33:44:55 --vlan-id 44 -j ACCEPT
> ---
>  docs/formatnwfilter.html.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

ACK

I've added the bug link to the commit message and pushed the patch.

Jan



signature.asc
Description: OpenPGP digital signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH] Fix typo error attribute name vlan-id should be vlanid in docs

2014-08-04 Thread Jianwei Hu
[root@localhost ~]# virsh nwfilter-dumpxml myself

  7192ef51-cd50-4f14-ad7b-fa5c69ea19e3
  

  


[root@localhost ~]# ebtables -t nat -L
Bridge table: nat

...
-p 802_1Q -d 0:11:22:33:44:55 --vlan-id 44 -j ACCEPT
---
 docs/formatnwfilter.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatnwfilter.html.in b/docs/formatnwfilter.html.in
index 45b97f7..7169fa9 100644
--- a/docs/formatnwfilter.html.in
+++ b/docs/formatnwfilter.html.in
@@ -765,7 +765,7 @@
  Mask applied to MAC address of destination


- vlan-id
+ vlanid
  UINT16 (0x0-0xfff, 0 - 4095)
  VLAN ID

-- 
1.8.3.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] [PATCH] fix typo error

2011-07-11 Thread Wen Congyang

At 2011年07月11日 16:36, Daniel Veillard write:

On Mon, Jul 11, 2011 at 04:26:16PM +0800, Wen Congyang wrote:

---
  docs/news.html.in |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/news.html.in b/docs/news.html.in
index 6c94afc..625e3b9 100644
--- a/docs/news.html.in
+++ b/docs/news.html.in
@@ -151,7 +151,7 @@ and check thehttp://libvirt.org/git/?p=libvirt.git;a=log";>GIT log
Support automatic creation of leases for disks in sanlock (Daniel P. 
Berrange),
Support loading a configuration file for sanlock plugin (Daniel P. 
Berrange),
Allow per-driver config file for lock manager plugins (Daniel P. 
Berrange),
-  network: add domain to unqualified names defined with (Laine 
Stump),
Convert libvirtd over to the new RPC handling APIs (Daniel P. 
Berrange),
Convert the remote driver to new RPC client APIs (Daniel P. 
Berrange),
Add XDR_CFLAGS to libvirt-net-rpc.la library (Daniel P. Berrange),


   Argh , yes please push :-) ACK


Thanks, pushed.



Daniel



--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH] fix typo error

2011-07-11 Thread Daniel Veillard
On Mon, Jul 11, 2011 at 04:26:16PM +0800, Wen Congyang wrote:
> ---
>  docs/news.html.in |2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/docs/news.html.in b/docs/news.html.in
> index 6c94afc..625e3b9 100644
> --- a/docs/news.html.in
> +++ b/docs/news.html.in
> @@ -151,7 +151,7 @@ and check the  href="http://libvirt.org/git/?p=libvirt.git;a=log";>GIT log
>Support automatic creation of leases for disks in sanlock (Daniel P. 
> Berrange),
>Support loading a configuration file for sanlock plugin (Daniel P. 
> Berrange),
>Allow per-driver config file for lock manager plugins (Daniel P. 
> Berrange),
> -  network: add domain to unqualified names defined with  (Laine Stump),
> +  network: add domain to unqualified names defined with  
> (Laine Stump),
>Convert libvirtd over to the new RPC handling APIs (Daniel P. 
> Berrange),
>Convert the remote driver to new RPC client APIs (Daniel P. 
> Berrange),
>Add XDR_CFLAGS to libvirt-net-rpc.la library (Daniel P. Berrange),

  Argh , yes please push :-) ACK

Daniel

-- 
Daniel Veillard  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
dan...@veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] [PATCH] fix typo error

2011-07-11 Thread Wen Congyang
---
 docs/news.html.in |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/news.html.in b/docs/news.html.in
index 6c94afc..625e3b9 100644
--- a/docs/news.html.in
+++ b/docs/news.html.in
@@ -151,7 +151,7 @@ and check the http://libvirt.org/git/?p=libvirt.git;a=log";>GIT log
   Support automatic creation of leases for disks in sanlock (Daniel P. 
Berrange),
   Support loading a configuration file for sanlock plugin (Daniel P. 
Berrange),
   Allow per-driver config file for lock manager plugins (Daniel P. 
Berrange),
-  network: add domain to unqualified names defined with  
(Laine Stump),
   Convert libvirtd over to the new RPC handling APIs (Daniel P. 
Berrange),
   Convert the remote driver to new RPC client APIs (Daniel P. 
Berrange),
   Add XDR_CFLAGS to libvirt-net-rpc.la library (Daniel P. Berrange),
-- 
1.7.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list