Skip to content

Commit

Permalink
Fix names for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 15, 2015
1 parent 47cfe06 commit 5823183
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tests/unit/condition.txt
Expand Up @@ -657,8 +657,8 @@ data false
condition <ipv4prefix>192.168.0.0/16 > 192.168.1.2
data true

condition <cidr>&NAS-IP-Address == 192.168.0.0/24
condition <ipv4prefix>&NAS-IP-Address == 192.168.0.0/24
data <ipv4prefix>&NAS-IP-Address == 192.168.0.0/24

condition <cidr>192.168.0.0/24 > &NAS-IP-Address
data <cidr>192.168.0.0/24 > &NAS-IP-Address
condition <ipv4prefix>192.168.0.0/24 > &NAS-IP-Address
data <ipv4prefix>192.168.0.0/24 > &NAS-IP-Address

0 comments on commit 5823183

Please sign in to comment.