Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
chris
puppet-shorewall
Commits
2e9d8ed3
Commit
2e9d8ed3
authored
Oct 22, 2010
by
Andreas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
error tcp instead of udp
parent
60dcbae4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
manifests/rules/tinc.pp
manifests/rules/tinc.pp
+2
-2
No files found.
manifests/rules/tinc.pp
View file @
2e9d8ed3
...
...
@@ -18,7 +18,7 @@ class shorewall::rules::tinc {
shorewall::rule
{
'net-me-tinc-udp'
:
source
=>
'net'
,
destination
=>
'$FW'
,
proto
=>
'
tc
p'
,
proto
=>
'
ud
p'
,
destinationport
=>
'655'
,
order
=>
240
,
action
=>
'ACCEPT'
;
...
...
@@ -26,7 +26,7 @@ class shorewall::rules::tinc {
shorewall::rule
{
'me-net-tinc-udp'
:
source
=>
'$FW'
,
destination
=>
'net'
,
proto
=>
'
tc
p'
,
proto
=>
'
ud
p'
,
destinationport
=>
'655'
,
order
=>
240
,
action
=>
'ACCEPT'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment