summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Firewall.hs
diff options
context:
space:
mode:
authorFĂ©lix Sipma2016-03-04 15:35:06 +0100
committerJoey Hess2016-03-04 10:48:49 -0400
commit30cb9dfc4531793b6f3ba144613263e1b48e1bda (patch)
treede0ed96ccfecde74f70b10fcb7e52f7308670517 /src/Propellor/Property/Firewall.hs
parentf91827512647d7a1f15ddeece0c55d2852e400e4 (diff)
Firewall: export TCPFlag
(cherry picked from commit 4705d6be44d1ce6ff5eb0c7b8bc3a904b6e8d220)
Diffstat (limited to 'src/Propellor/Property/Firewall.hs')
-rw-r--r--src/Propellor/Property/Firewall.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Firewall.hs b/src/Propellor/Property/Firewall.hs
index c4d2ee1b..9d9c7926 100644
--- a/src/Propellor/Property/Firewall.hs
+++ b/src/Propellor/Property/Firewall.hs
@@ -12,6 +12,7 @@ module Propellor.Property.Firewall (
Rules(..),
ConnectionState(..),
ICMPTypeMatch(..),
+ TCPFlag(..),
Frequency(..),
IPWithMask(..),
fromIPWithMask