Actions
Bug #1508
closedaddress var parsing issue
Affected Versions:
Effort:
Difficulty:
Label:
Description
This works:
address-groups: LOAD_BALANCERS: "[10.2.1.1/32, 10.3.1.2/32]" HOME_NET: "[![$LOAD_BALANCERS], 10.2.0.0/16, 10.3.0.0/16]" EXTERNAL_NET: "[!$HOME_NET,$LOAD_BALANCERS]"
This doesn't:
address-groups: LOAD_BALANCERS: "[10.2.1.1/32, 10.3.1.2/32]" HOME_NET: "[![$LOAD_BALANCERS], 10.2.0.0/16, 10.3.0.0/16]" EXTERNAL_NET: "[!$HOME_NET, $LOAD_BALANCERS]"
The only diff: the space between !$HOME_NET, and $LOAD_BALANCERS
@Jason Borden can you check this and see if it also affects 2.0?
Updated by Jason Ish over 9 years ago
- Status changed from Assigned to Resolved
Updated by Victor Julien over 9 years ago
- Status changed from Resolved to Closed
Actions