Re: [systemd-devel] [PATCH] man: systemd.net devwork

2014-06-25 Thread poma

On 20.06.2014 20:21, Tom Gundersen wrote:

On Fri, Jun 20, 2014 at 8:12 PM, Lennart Poettering
lenn...@poettering.net wrote:

On Tue, 17.06.14 11:27, poma (pomidorabelis...@gmail.com) wrote:

Hmm, can make this a proper git patch, i.e. with a useful commit msg we
can just commit? That would make it a lot easier.

TOm probably should review this, it's his area of expertise. Tom?

(Oh, and while we don't strictly require it, we do prefer commiting
stuff with real names. Unless you want to stay anonymous, it would be
great if you could post patches at least with a realname. Thanks)



Hi Poma,

Thanks for the patch, and sorry for the delay. I'll try to get it
reviewed and merged on Monday. At a quick glance, I'd drop the this
has only been tested with ... line (not to say that more testing
wouldn't be good, but I don't think the manpage is the place to ask
for that).

Also, if you could resubmit as suggested by Lennart hat would make my
job a lot easier :)

Cheers,

Tom



I want to run
I want to hide
I want to tear down the walls
That hold me inside
I want to reach out
And touch the flame
Where the streets have no name

Thank you both for your patience. :)

poma


___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] man: systemd.net devwork

2014-06-20 Thread poma

Ping  Pong.
Are you all asleep!? :)


poma

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] man: systemd.net devwork

2014-06-20 Thread poma


Perhaps Ding Dong! :)


poma


___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] man: systemd.net devwork

2014-06-20 Thread Lennart Poettering
On Fri, 20.06.14 19:26, poma (pomidorabelis...@gmail.com) wrote:

 Perhaps Ding Dong! :)

Please be patient. We try to look into all patches one by one. I have a
huge backlog, and I know that Tom (whose area of expertise this mostly
is) is busy. We won't forget the patch, it just takes time to process
all the patches.

Lennart

-- 
Lennart Poettering, Red Hat
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] man: systemd.net devwork

2014-06-20 Thread Lennart Poettering
On Tue, 17.06.14 11:27, poma (pomidorabelis...@gmail.com) wrote:

Hmm, can make this a proper git patch, i.e. with a useful commit msg we
can just commit? That would make it a lot easier.

TOm probably should review this, it's his area of expertise. Tom?

(Oh, and while we don't strictly require it, we do prefer commiting
stuff with real names. Unless you want to stay anonymous, it would be
great if you could post patches at least with a realname. Thanks)

Thanks!

Lennart

-- 
Lennart Poettering, Red Hat
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] man: systemd.net devwork

2014-06-20 Thread Tom Gundersen
On Fri, Jun 20, 2014 at 8:12 PM, Lennart Poettering
lenn...@poettering.net wrote:
 On Tue, 17.06.14 11:27, poma (pomidorabelis...@gmail.com) wrote:

 Hmm, can make this a proper git patch, i.e. with a useful commit msg we
 can just commit? That would make it a lot easier.

 TOm probably should review this, it's his area of expertise. Tom?

 (Oh, and while we don't strictly require it, we do prefer commiting
 stuff with real names. Unless you want to stay anonymous, it would be
 great if you could post patches at least with a realname. Thanks)


Hi Poma,

Thanks for the patch, and sorry for the delay. I'll try to get it
reviewed and merged on Monday. At a quick glance, I'd drop the this
has only been tested with ... line (not to say that more testing
wouldn't be good, but I don't think the manpage is the place to ask
for that).

Also, if you could resubmit as suggested by Lennart hat would make my
job a lot easier :)

Cheers,

Tom
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] man: systemd.net devwork

2014-06-17 Thread poma


up-to-date systemd.net workdev.


poma

diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index c17ae9e..3bb72a8 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -142,11 +142,36 @@
 termvarnameKind=/varname/term
 listitem
 paraThe netdev kind. Currently, literalbridge/literal,
-literalbond/literal, literalvlan/literal and
-literalmacvlan/literal are supported. This option
+literalbond/literal, literalvlan/literal,
+literalmacvlan/literal, literalvxlan/literal,
+literalipip/literal, literalsit/literal,
+literalgre/literal, literalvti/literal and
+literalveth/literal are supported. This option
 is compulsory./para
 /listitem
 /varlistentry
+varlistentry
+termvarnameMTUBytes=/varname/term
+listitem
+paraThe maximum transmission unit in bytes to
+set for the device. The usual suffixes K, M, G,
+are supported and are understood to the base of
+1024./para
+/listitem
+/varlistentry
+varlistentry
+termvarnameMACAddress=/varname/term
+listitem
+paraThe MAC address to use. Currently,
+literalbridge/literal, literalvlan/literal,
+literalmacvlan/literal, literalvxlan/literal,
+literalipip/literal, literalsit/literal,
+literalgre/literal, literalvti/literal and
+literalveth/literal are supported.
+It is currently tested only with the literalbridge/literal.
+/para
+/listitem
+/varlistentry
 /variablelist
 
 paraThe literal[VLAN]/literal section only applies for netdevs of kind literalvlan/literal,
@@ -177,6 +202,101 @@
 /varlistentry
 /variablelist
 
+paraThe literal[VXLAN]/literal section only applies for netdevs of kind
+literalvxlan/literal, and accepts the following key:/para
+
+variablelist class='network-directives'
+varlistentry
+termvarnameId=/varname/term
+listitem
+paraThe VXLAN ID to use./para
+/listitem
+/varlistentry
+varlistentry
+termvarnameGroup=/varname/term
+listitem
+paraAn assigned multicast group IP address./para
+/listitem
+/varlistentry
+varlistentry
+termvarnameTOS=/varname/term
+listitem
+paraThe Type Of Service byte value for a vxlan interface./para
+/listitem
+/varlistentry
+varlistentry
+termvarnameTTL=/varname/term
+listitem
+paraA fixed Time To Live N on Virtual eXtensible Local Area Network packets.
+N is a number in the range 1-255. 0 is a special value meaning that packets
+inherit the TTL value./para
+/listitem