2b1f33c391
Don't unlink the tcrules file.
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-08-19 11:48:23 -07:00
1c33717cf5
Reverse the change to delete host routes
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-08-19 11:06:28 -07:00
cd8fe38c85
Delete host routes added to the main routing table for providers
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-08-19 10:44:37 -07:00
d525419c65
Correct wording of an error message
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-08-19 10:44:00 -07:00
0e67357d63
Rewrite the trace/debugging section of the start/stop article
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-08-18 16:00:37 -07:00
537f53f611
Restore [Install] section in the Debian .service files
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-08-17 07:41:15 -07:00
3b1ad1e284
Delete 'conflicts=' from Shorewall-init .service files
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-08-17 06:40:36 -07:00
9d3f35a22d
Enable new update options in compiler.pl
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
4.6.12-RC3
2015-08-16 11:57:36 -07:00
7c2a969de0
Correct handling of notrack file.
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-08-14 09:26:45 -07:00
8bdea65325
Update manpages for new update options
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
4.6.12-RC2
2015-08-13 16:12:28 -07:00
fd46c0ffed
Correct handling of termination after .conf file not updated
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-08-13 15:42:38 -07:00
60acddbb37
Add conversion version and date to the converted files.
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-08-13 14:37:13 -07:00
306dc34b31
Correct convert_blacklist()
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-08-13 13:22:14 -07:00
f5c6a6fe82
Correct tcrules update
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-08-13 13:21:51 -07:00
af2b7910bd
Port update changes from 5.0.0
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-08-12 12:33:09 -07:00
3b59e46799
Restore Debian-specific service files
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-08-12 10:19:07 -07:00
955a2e38b7
Merge branch 'master' of ssh://git.code.sf.net/p/shorewall/code
2015-08-10 17:49:40 -07:00
0f283ddc44
Merge branch 'master' of ssh://git.code.sf.net/p/shorewall/code
2015-08-10 17:15:29 -07:00
4c4c5a436a
Allow zero-valued options on multi-zoned interfaces
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-08-07 14:09:08 -07:00
d949824f94
Correct shorewall-mangle(5) examples
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-08-06 10:15:57 -07:00
a62adef0b0
Merge branch 'master' of ssh://server.shorewall.net/home/teastep/shorewall/code
4.6.12-RC1
2015-07-31 15:21:48 -07:00
97881bb683
Create separate shorewallrc files for Debian systemd and sysvinit
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-07-31 14:57:59 -07:00
8bcee0ee01
Add Debian .service files
...
- Install both .service files and SysV init scripts on Debian.
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-07-30 14:17:36 -07:00
954f8b5790
Install both SysV init script and .service file on Debian
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-07-29 09:44:20 -07:00
13650d156e
Manual Updates
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-07-26 12:51:51 -07:00
8e31255c9b
Correct Shorewall6-lite manpage
...
- Caution moved from the restart description to the restore restriction
where it belonged
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-07-24 13:41:09 -07:00
5d597cb43c
Merge branch 'master' of ssh://server.shorewall.net/home/teastep/shorewall/code
2015-07-19 13:52:29 -07:00
0aa7f831c4
Update my config document
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-07-19 13:50:26 -07:00
df817b6d2c
Correct formatting in the interfaces man pages
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-07-13 13:06:53 -07:00
d0fc7f6547
Add some comments to the Zones module
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-07-13 12:57:00 -07:00
30a5488a8a
Merge branch '4.6.11'
4.6.12-Beta1
2015-07-12 15:12:07 -07:00
5704438a44
Second Wave of changes to make script output reproducable
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-07-12 15:00:41 -07:00
014ec1af1d
First phase of producing consistent scripts with Perl >= 5.18.0
...
Beginning with Perl 5.18.0, the order of elements returned by the 'keys'
and 'each' iterators is no longer deterministic. This is the first wave
of Shorewall changes to compensate for this irrational behavior.
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-07-12 10:54:48 -07:00
7fa39a63ed
Don't apply 'postcompile' during an update
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
4.6.11.1
2015-07-10 11:06:02 -07:00
3959feebe0
Remove extraneous line that causes a "not found" shell diagnostic
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-07-10 09:35:43 -07:00
bc8156b503
Include Compiler version in the compiler progress commands
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-07-08 12:53:42 -07:00
3d325431ff
Change Default IPv6 .conf to specify INLINE_MATCHES=No
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
4.6.11-base
2015-07-06 14:49:20 -07:00
f4741686e6
Correct NFLOG group description
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-07-06 13:42:10 -07:00
4995456563
Clean up compiler PATH fix
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-07-03 14:33:20 -07:00
c6f48a77e0
Only add dhcp rule if one rpfilter interface has the 'dhcp' option
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
4.6.11-RC1
2015-07-03 12:21:04 -07:00
e7792fc868
Exempt IPv4 DHCP broadcasts from rpfilter
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-07-03 10:03:03 -07:00
c47abe416a
Add default PATH to current PATH in the compiler
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-07-03 09:38:06 -07:00
37248c9698
Correct capitalization of 'IPsec' in the IPsec-2.6 document
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-06-29 15:35:23 -07:00
0414166d6d
'show connections' enhancement
...
- Allow tayloring of the entries displayed by specifying conntrack
-L options.
2015-06-29 14:55:47 -07:00
6bd1141a8c
Update Build article
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-06-29 12:43:04 -07:00
7153146759
Don't ask for script version when WORKAROUNDS=No
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
4.6.11-Beta3
2015-06-28 09:18:47 -07:00
a911ec318e
Add a comment
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-06-27 09:19:14 -07:00
5ca68477d5
Corrections to last commit
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-06-26 15:18:07 -07:00
9f08726794
Eliminate running the script twice is some cases
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-06-26 14:32:43 -07:00
846d629c47
Eliminate the usage() function in lib.cli-std
...
Signed-off-by: Tom Eastep <teastep@shorewall.net >
2015-06-26 12:55:34 -07:00