<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-firewall.git/Makefile.am, branch napa-dev</title>
<subtitle>Configuration templates and scripts for the firewall subsystem. (mirror of https://github.com/vyos/vyatta-cfg-firewall.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg-firewall.git/atom?h=napa-dev</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-firewall.git/atom?h=napa-dev'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-firewall.git/'/>
<updated>2011-04-19T01:14:33+00:00</updated>
<entry>
<title>* Fix Bug 6915 conntrack-hash-size reverts to default after upgrade</title>
<updated>2011-04-19T01:14:33+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit@vyatta.com</email>
</author>
<published>2011-04-19T01:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-firewall.git/commit/?id=d2a481a204e619b8a47ceed11a87173cc4de892c'/>
<id>urn:sha1:d2a481a204e619b8a47ceed11a87173cc4de892c</id>
<content type='text'>
  add script conntrack-hash-size in check-params-on-reboot.d to fix problem
  of 'firewall conntrack-hash-size' value being out-of-sync with the underlying
  value when newly installed image boots for the first time
</content>
</entry>
<entry>
<title>Fix Bug 6292 iptables chain-name must be reduced to 28 characters max</title>
<updated>2011-01-11T01:35:28+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit@vyatta.com</email>
</author>
<published>2011-01-11T00:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-firewall.git/commit/?id=435bf038f32a968424030da43b4a85ec50e02767'/>
<id>urn:sha1:435bf038f32a968424030da43b4a85ec50e02767</id>
<content type='text'>
* change syntax check to limit firewall ruleset names to 28 chars and
  bump firewall cfg-version to enable config migration
(cherry picked from commit a0e5b2107d6073a103e0f0c04cc8656f8dc3816b)
</content>
</entry>
<entry>
<title>Fix Bug 6149 Warning on boot because of modprobe config file names</title>
<updated>2010-09-13T21:04:13+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit@vyatta.com</email>
</author>
<published>2010-09-13T21:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-firewall.git/commit/?id=7afe9e82b60be763398531295d03f7215f21d94b'/>
<id>urn:sha1:7afe9e82b60be763398531295d03f7215f21d94b</id>
<content type='text'>
* add .conf suffix to files in /etc/modprobe.d
* remove old files without the suffix [from a previous release] during upgrade
</content>
</entry>
<entry>
<title>Fix bug 4629 configuration limit of recent count firewall rule is 20</title>
<updated>2010-07-15T17:51:53+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit.mehta@vyatta.com</email>
</author>
<published>2010-07-15T17:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-firewall.git/commit/?id=7cf567cb1538070ea204b64e53135de876c12dd3'/>
<id>urn:sha1:7cf567cb1538070ea204b64e53135de876c12dd3</id>
<content type='text'>
* raise recent count limit to 255. add syntax check to disallow invalid values
</content>
</entry>
<entry>
<title>Infrastruction needed for bug 5583.</title>
<updated>2010-06-10T22:00:51+00:00</updated>
<author>
<name>Stig Thormodsrud</name>
<email>stig@vyatta.com</email>
</author>
<published>2010-06-10T22:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-firewall.git/commit/?id=4d6d91dc02492043d31304179038e394227f36d9'/>
<id>urn:sha1:4d6d91dc02492043d31304179038e394227f36d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Bug 5588 Add ability to modify conntrack expectation table size</title>
<updated>2010-05-17T22:23:22+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit.mehta@vyatta.com</email>
</author>
<published>2010-05-17T22:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-firewall.git/commit/?id=bf09fe16cc778746c9636c7dd3e596e2c790a7fe'/>
<id>urn:sha1:bf09fe16cc778746c9636c7dd3e596e2c790a7fe</id>
<content type='text'>
* added 'firewall conntrack-expect-table-size' to modify expect table's size
* added 'firewall conntrack-hash-size' to set hash size for conntrack table
</content>
</entry>
<entry>
<title>Allow IPv6 firewall rulesets to be configured on an interface independent of IPv4.</title>
<updated>2009-02-25T00:34:00+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2009-02-25T00:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-firewall.git/commit/?id=ed474cdf0e084d653ed06916f0ec297810e23831'/>
<id>urn:sha1:ed474cdf0e084d653ed06916f0ec297810e23831</id>
<content type='text'>
Replaced the hand-coded config templates under each type of interface with script-generated
templates. This should be easier to maintain as we add new types of interfaces.  Added
sub-trees for "modify", "ipv6-name" and "ipv6-modify" under "in", "out" and
"local" for all interfaces.  Added command-completion for ruleset names being
configured on an interface.
</content>
</entry>
<entry>
<title>Add 1st pass of firewall group support (ipset netfilter module</title>
<updated>2009-02-03T03:50:21+00:00</updated>
<author>
<name>Stig Thormodsrud</name>
<email>stig@io.vyatta.com</email>
</author>
<published>2009-02-03T03:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-firewall.git/commit/?id=299adf5bb38fa7e026ccd3604fc05ba812520700'/>
<id>urn:sha1:299adf5bb38fa7e026ccd3604fc05ba812520700</id>
<content type='text'>
integration).
</content>
</entry>
<entry>
<title>Convert to Vyatta::Config</title>
<updated>2008-11-24T19:49:54+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2008-11-22T01:08:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-firewall.git/commit/?id=35b6202c67f3e6d05f66f430aceae30d96e0ea90'/>
<id>urn:sha1:35b6202c67f3e6d05f66f430aceae30d96e0ea90</id>
<content type='text'>
Also move AddressFilter here because install is too stupid
to handle directory hierarchy for perl.
</content>
</entry>
<entry>
<title>Rename VyattaIpTablesRule to Vyatta::IpTables::Rule</title>
<updated>2008-11-21T17:33:37+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2008-11-21T16:39:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-firewall.git/commit/?id=6946d499c77aa022ca803a9a27db73f46e62d772'/>
<id>urn:sha1:6946d499c77aa022ca803a9a27db73f46e62d772</id>
<content type='text'>
</content>
</entry>
</feed>
