mbox

Documentation fixes to iptables

Message ID 1349871992-31115-1-git-send-email-jengelh@inai.de
State Superseded
Headers show

Pull-request

git://git.inai.de/iptables master

Message

Jan Engelhardt Oct. 10, 2012, 12:26 p.m. UTC
I would say this is material that can go into nf/stable as well.

===
The following changes since commit 9921f2b9a241750e4730fc7d486687c6a32779f4:

  build: resolve compile abort in libxt_limit on RHEL5 (2012-10-10 13:28:29 +0200)

are available in the git repository at:

  git://git.inai.de/iptables master

for you to fetch changes up to 60f59034fca30c4b2b5177600e81c6e7f07651a6:

  src: remove faulty deprecated marker in libipt_LOG source (2012-10-10 14:25:25 +0200)

----------------------------------------------------------------
Jan Engelhardt (9):
      doc: rename .8.in files to .8in
      doc: add package version to all manpages
      doc: fixup omissions in ip6tables-restore.8
      doc: document iptables-restore's -t option
      doc: document iptables-restore's -v option
      doc: document iptables-restore's -M option
      doc: document iptables-restore's -h option
      doc: name the supported log levels for ipt_LOG
      src: remove faulty deprecated marker in libipt_LOG source

 extensions/libip6t_LOG.c                                   |    2 +-
 extensions/libip6t_LOG.man                                 |    5 ++++-
 extensions/libipt_LOG.c                                    |    2 +-
 extensions/libipt_LOG.man                                  |    5 ++++-
 iptables/.gitignore                                        |    4 +---
 iptables/Makefile.am                                       |    9 +++------
 iptables/{ip6tables-restore.8 => ip6tables-restore.8in}    |   22 +++++++++++++++++++---
 iptables/{ip6tables-save.8 => ip6tables-save.8in}          |    2 +-
 iptables/{ip6tables.8.in => ip6tables.8in}                 |    2 +-
 iptables/{iptables-apply.8 => iptables-apply.8in}          |    2 +-
 .../{iptables-extensions.8.in => iptables-extensions.8in}  |    2 +-
 iptables/{iptables-restore.8 => iptables-restore.8in}      |   20 +++++++++++++++++---
 iptables/{iptables-save.8 => iptables-save.8in}            |    2 +-
 iptables/{iptables.8.in => iptables.8in}                   |    2 +-
 14 files changed, 56 insertions(+), 25 deletions(-)
 rename iptables/{ip6tables-restore.8 => ip6tables-restore.8in} (72%)
 rename iptables/{ip6tables-save.8 => ip6tables-save.8in} (96%)
 rename iptables/{ip6tables.8.in => ip6tables.8in} (99%)
 rename iptables/{iptables-apply.8 => iptables-apply.8in} (95%)
 rename iptables/{iptables-extensions.8.in => iptables-extensions.8in} (94%)
 rename iptables/{iptables-restore.8 => iptables-restore.8in} (71%)
 rename iptables/{iptables-save.8 => iptables-save.8in} (96%)
 rename iptables/{iptables.8.in => iptables.8in} (99%)
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Pablo Neira Ayuso Oct. 10, 2012, 12:38 p.m. UTC | #1
On Wed, Oct 10, 2012 at 02:26:23PM +0200, Jan Engelhardt wrote:
> 
> 
> I would say this is material that can go into nf/stable as well.

Oh no, we're discussing again the same thing... No please, only fixes
go into -stable.

These are enhancements, even if they are mostly doc updates.

Please, hold on a bit with updates (1 week?) until all the dust we got
settles down. Thanks.

> ===
> The following changes since commit 9921f2b9a241750e4730fc7d486687c6a32779f4:
> 
>   build: resolve compile abort in libxt_limit on RHEL5 (2012-10-10 13:28:29 +0200)
> 
> are available in the git repository at:
> 
>   git://git.inai.de/iptables master
> 
> for you to fetch changes up to 60f59034fca30c4b2b5177600e81c6e7f07651a6:
> 
>   src: remove faulty deprecated marker in libipt_LOG source (2012-10-10 14:25:25 +0200)
> 
> ----------------------------------------------------------------
> Jan Engelhardt (9):
>       doc: rename .8.in files to .8in
>       doc: add package version to all manpages
>       doc: fixup omissions in ip6tables-restore.8
>       doc: document iptables-restore's -t option
>       doc: document iptables-restore's -v option
>       doc: document iptables-restore's -M option
>       doc: document iptables-restore's -h option
>       doc: name the supported log levels for ipt_LOG
>       src: remove faulty deprecated marker in libipt_LOG source
> 
>  extensions/libip6t_LOG.c                                   |    2 +-
>  extensions/libip6t_LOG.man                                 |    5 ++++-
>  extensions/libipt_LOG.c                                    |    2 +-
>  extensions/libipt_LOG.man                                  |    5 ++++-
>  iptables/.gitignore                                        |    4 +---
>  iptables/Makefile.am                                       |    9 +++------
>  iptables/{ip6tables-restore.8 => ip6tables-restore.8in}    |   22 +++++++++++++++++++---
>  iptables/{ip6tables-save.8 => ip6tables-save.8in}          |    2 +-
>  iptables/{ip6tables.8.in => ip6tables.8in}                 |    2 +-
>  iptables/{iptables-apply.8 => iptables-apply.8in}          |    2 +-
>  .../{iptables-extensions.8.in => iptables-extensions.8in}  |    2 +-
>  iptables/{iptables-restore.8 => iptables-restore.8in}      |   20 +++++++++++++++++---
>  iptables/{iptables-save.8 => iptables-save.8in}            |    2 +-
>  iptables/{iptables.8.in => iptables.8in}                   |    2 +-
>  14 files changed, 56 insertions(+), 25 deletions(-)
>  rename iptables/{ip6tables-restore.8 => ip6tables-restore.8in} (72%)
>  rename iptables/{ip6tables-save.8 => ip6tables-save.8in} (96%)
>  rename iptables/{ip6tables.8.in => ip6tables.8in} (99%)
>  rename iptables/{iptables-apply.8 => iptables-apply.8in} (95%)
>  rename iptables/{iptables-extensions.8.in => iptables-extensions.8in} (94%)
>  rename iptables/{iptables-restore.8 => iptables-restore.8in} (71%)
>  rename iptables/{iptables-save.8 => iptables-save.8in} (96%)
>  rename iptables/{iptables.8.in => iptables.8in} (99%)
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Jan Engelhardt Oct. 10, 2012, 1:04 p.m. UTC | #2
On Wednesday 2012-10-10 14:38, Pablo Neira Ayuso wrote:

>On Wed, Oct 10, 2012 at 02:26:23PM +0200, Jan Engelhardt wrote:
>> 
>> 
>> I would say this is material that can go into nf/stable as well.
>
>No please, only fixes go into -stable.

Well, strange that you do not consider these fixes, but oh well.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html