Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy Frew
Sympl
Commits
d6abdcf1
Commit
d6abdcf1
authored
Sep 01, 2009
by
Steve Kemp
Browse files
Skip tun devices.
parent
4f120077
Changes
2
Hide whitespace changes
Inline
Side-by-side
firewall/bin/firewall
View file @
d6abdcf1
...
...
@@ -703,6 +703,7 @@ sub findDevices
(
$int
!~
/^dummy/
)
&&
(
$int
!~
/^sit/
)
&&
(
$int
!~
/^teq/
)
&&
(
$int
!~
/^tun/
)
&&
(
$int
!~
/^gre/
)
&&
(
$int
!~
/^ip6tnl/
)
)
{
...
...
firewall/debian/changelog
View file @
d6abdcf1
bytemark-vhost-firewall (20090901095146) stable; urgency=low
* Skip "tun" devices.
-- Steve Kemp <steve@bytemark.co.uk> Tue, 1 Sep 2009 09:51:46 +0000
bytemark-vhost-firewall (20090825102446) stable; urgency=low
* Duplicate IPv4 rules onto IPv6 if such support is enabled.
...
...
Write
Preview
Supports
Markdown
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