Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
ffdd-server
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Git Issue Tracker
Git Issue Tracker
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Firmware-Developer
ffdd-server
Commits
11bbaaf7
Verified
Commit
11bbaaf7
authored
Jun 26, 2020
by
Sven enniK
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove trailing spaces
parent
81c9211b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
salt/freifunk/base/iptables/etc/init.d/S41firewall
salt/freifunk/base/iptables/etc/init.d/S41firewall
+1
-1
No files found.
salt/freifunk/base/iptables/etc/init.d/S41firewall
View file @
11bbaaf7
...
...
@@ -42,7 +42,7 @@ if [ "$1" = "start" ]; then
# don't SNAT icmp through backbone, to allow run ping on those links
$IPT
-w
-t
nat
-A
POSTROUTING
-o
"
$BACKBONE_DEV
"
-p
icmp
-j
ACCEPT
#SNAT all traffic to backbone which comes from tbb only (set source=node-ip)
#DON'T SNAT OGMs
$IPT
-w
-t
nat
-A
POSTROUTING
-o
"
$BACKBONE_DEV
"
-p
udp
--dport
4305:4307
-j
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