diff options
| author | Félix Sipma <felix.sipma@no-log.org> | 2016-03-04 15:35:06 +0100 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-04 10:48:49 -0400 |
| commit | 30cb9dfc4531793b6f3ba144613263e1b48e1bda (patch) | |
| tree | de0ed96ccfecde74f70b10fcb7e52f7308670517 /src | |
| parent | f91827512647d7a1f15ddeece0c55d2852e400e4 (diff) | |
Firewall: export TCPFlag
(cherry picked from commit 4705d6be44d1ce6ff5eb0c7b8bc3a904b6e8d220)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Firewall.hs | 1 |
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 |
