2017-05-03 3:54 GMT+02:00 Eric Luehrsen :
>
>
> On 05/02/2017 05:36 PM, Paul Oranje wrote:
>> Assignment within a condition is easily read by (dyslectic) humans as a test
>> for equality (==) and is for that reason als better avoided.
>> Paul
>>
>>> Op 2 mei 2017, om 18:43 heeft Philip Prindeville
On 05/02/2017 05:36 PM, Paul Oranje wrote:
> Assignment within a condition is easily read by (dyslectic) humans as a test
> for equality (==) and is for that reason als better avoided.
> Paul
>
>> Op 2 mei 2017, om 18:43 heeft Philip Prindeville
>> het volgende geschreven:
>>
>>
>>> On May 2,
Assignment within a condition is easily read by (dyslectic) humans as a test
for equality (==) and is for that reason als better avoided.
Paul
> Op 2 mei 2017, om 18:43 heeft Philip Prindeville
> het volgende geschreven:
>
>
>> On May 2, 2017, at 6:15 AM, Pierre Lebleu wrote:
>>
>> Hi Phili
> On May 2, 2017, at 6:15 AM, Pierre Lebleu wrote:
>
> Hi Philip,
>
> 2017-04-29 3:11 GMT+02:00 Philip Prindeville
> :
> Inline…
>
>
> [snip]
> > + if (!(ipset = fw3_alloc_ipset(state)))
>
>
> Minor nit… Assignments inside of conditionals are a bear to step through in
> a deb
Inline…
> On Apr 20, 2017, at 10:05 AM, Pierre Lebleu wrote:
>
> It gives the ability to create ipset rules via procd
> services and netifd interface firewall data.
>
> Signed-off-by: Pierre Lebleu
> ---
> ipsets.c | 83 +++---
> ipsets
It gives the ability to create ipset rules via procd
services and netifd interface firewall data.
Signed-off-by: Pierre Lebleu
---
ipsets.c | 83 +++---
ipsets.h | 11 +
main.c |2 +-
3 files changed, 65 insertions(+), 31