From: Kai Kang <kai.kang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/5] Update iptables runtime recommends and add default init scripts and configs
Date: Mon, 23 Jun 2014 10:32:47 +0800 [thread overview]
Message-ID: <cover.1403490121.git.kai.kang@windriver.com> (raw)
Update iptables runtime recommends and add default init scripts and configs from redhat. That gives users rudimental configures and users only need to update their own iptables rules.
The following changes since commit 7c1a975a1c2fd884aa9f6f4736656d854a6c5edb:
bitbake: toaster: Fix spacing and layout in no image files notification (2014-06-20 14:03:58 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib kangkai/iptables
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/iptables
Kai Kang (5):
iptables: update RRECOMMENDS
iptables: add init script and configure file
iptables: add default rules
iptables: update rules for ip6tables
iptables: update init script and bb file
.../iptables/iptables/ip6tables.rules | 31 ++
.../iptables/iptables/iptables-config | 54 +++
.../iptables/iptables/iptables.init | 445 +++++++++++++++++++++
.../iptables/iptables/iptables.rules | 30 ++
meta/recipes-extended/iptables/iptables_1.4.21.bb | 27 +-
5 files changed, 586 insertions(+), 1 deletion(-)
create mode 100644 meta/recipes-extended/iptables/iptables/ip6tables.rules
create mode 100644 meta/recipes-extended/iptables/iptables/iptables-config
create mode 100755 meta/recipes-extended/iptables/iptables/iptables.init
create mode 100644 meta/recipes-extended/iptables/iptables/iptables.rules
--
1.9.1
next reply other threads:[~2014-06-23 2:33 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-23 2:32 Kai Kang [this message]
2014-06-23 2:32 ` [PATCH 1/5] iptables: update RRECOMMENDS Kai Kang
2014-06-24 6:11 ` Anders Darander
2014-06-25 6:27 ` Kang Kai
2014-06-23 2:32 ` [PATCH 2/5] iptables: add init script and configure file Kai Kang
2014-06-23 2:32 ` [PATCH 3/5] iptables: add default rules Kai Kang
2014-06-23 10:42 ` Burton, Ross
2014-06-24 1:38 ` Kang Kai
2014-06-24 6:06 ` Anders Darander
2014-06-25 6:43 ` Kang Kai
2014-06-23 2:32 ` [PATCH 4/5] iptables: update rules for ip6tables Kai Kang
2014-06-23 2:32 ` [PATCH 5/5] iptables: update init script and bb file Kai Kang
2014-06-23 11:44 ` Anders Darander
2014-06-24 1:49 ` Kang Kai
2014-06-24 6:01 ` Anders Darander
2014-06-25 6:46 ` Kang Kai
2014-06-23 10:44 ` [PATCH 0/5] Update iptables runtime recommends and add default init scripts and configs Burton, Ross
2014-06-24 1:57 ` Kang Kai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1403490121.git.kai.kang@windriver.com \
--to=kai.kang@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox