manpages: do not include v4-only modules in ip6tables manpage
[jleu-iptables.git] / COMMIT_NOTES
blob7583facd3416d7fe49e5fba3aeb6cb84367f6562
1 A quick list of rules for committing stuff into netfilter git:
3 - Always add an appropriate description, in git format
4   (i.e. first line is a summary)
6 - Please try to include references to bugs when the description does not
7   include total discussion coverage or when the bug report is external to
8   netfilter-devel, e.g.
9   "Closes: netfilter bugzilla #123", or
10   "Reference: http://bugs.{debian,gentoo}.org/..."
12 - If you touch any parts of libxtables (xtables.c, include/xtables.h.in),
13   make sure the so-version is updated _appropriately_ (i.e. read the
14   libtool manual about Versioning:: first if need be) in configure.ac.
15   Adding fields to a struct always entails a vcurrent bump.