diff options
| author | Félix Sipma <felix.sipma@no-log.org> | 2016-02-08 11:33:48 +0100 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-02-25 17:20:08 -0400 |
| commit | a447ac06b17beb444c922136c0124c1781f3f63a (patch) | |
| tree | e731fdcb8d00ce280b48476203e1d110946eb922 | |
| parent | a0e901dfc39bd465fe1d64a3a895b79341263264 (diff) | |
Firewall: export fromIPWithMask
(cherry picked from commit 57f7d81f1124fa5c56a593b9d5de6448155a938e)
| -rw-r--r-- | src/Propellor/Property/Firewall.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/Firewall.hs b/src/Propellor/Property/Firewall.hs index 4498b82d..d7a2d9bc 100644 --- a/src/Propellor/Property/Firewall.hs +++ b/src/Propellor/Property/Firewall.hs @@ -15,7 +15,8 @@ module Propellor.Property.Firewall ( Proto(..), Rules(..), ConnectionState(..), - IPWithMask(..) + IPWithMask(..), + fromIPWithMask ) where import Data.Monoid |
