The SERVICE_SET_NAME belongs to enum SERVICE_SET_, not SERVICE_ATTR_NAME.
Signed-off-by: Pierre Lebleu
---
service/service.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/service/service.c b/service/service.c
index 02a29fa..9c798aa 100644
--- a/service/service.c
+++ b/s
From: Pierre Lebleu
It gives the ability to create firewall data within the
service itself rather than within an instance.
Signed-off-by: Pierre Lebleu
---
service/service.c | 45 +++--
service/service.h | 2 ++
2 files changed, 45 insertions(+), 2 dele
From: Pierre Lebleu
Signed-off-by: Pierre Lebleu
---
service/service.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/service/service.c b/service/service.c
index 02a29fa..9c798aa 100644
--- a/service/service.c
+++ b/service/service.c
@@ -267,7 +267,7 @@ service_handle_set(s
From: Pierre Lebleu
It gives the ability to display the section type for
rules pushed via procd services and netifd interface
firewall data.
Signed-off-by: Pierre Lebleu
---
ubus.c | 24 +---
1 file changed, 17 insertions(+), 7 deletions(-)
diff --git a/ubus.c b/ubus.c
i
From: Pierre Lebleu
It gives the ability to include scripts via procd
services and netifd interface firewall data.
Signed-off-by: Pierre Lebleu
---
Notes:
v1->v2:
- remove the assignements within the "if"
- add a new function check_include()
- use warn_section() rather than warn()
inc
From: Pierre Lebleu
It gives the ability to create redirect rules via
procd services and netifd interface firewall data.
Signed-off-by: Pierre Lebleu
---
Notes:
v1->v2:
- remove the assignements within the "if"
- add a new function check_redirect()
- use warn_section() rather than warn(
From: Pierre Lebleu
The snat rule check is done by a function to avoid the walking
through the list twice.
Signed-off-by: Pierre Lebleu
---
snats.c | 182 +++
1 file changed, 90 insertions(+), 92 deletions(-)
diff --git a/snats.c b/
From: Pierre Lebleu
It gives the ability to create ipset rules via procd
services and netifd interface firewall data.
Signed-off-by: Pierre Lebleu
---
Notes:
v1->v2:
- remove the assignements within the "if"
- add a new function check_ipset()
- use warn_section() rather than warn()
ip
From: Pierre Lebleu
Replace the wan_rule() by warn_section() in order to
make it reusable by the other section type.
Signed-off-by: Pierre Lebleu
---
rules.c | 37 ++---
utils.h | 10 ++
2 files changed, 24 insertions(+), 23 deletions(-)
diff --git
From: Pierre Lebleu
It gives the ability to create forward rules via procd
services and netifd interface firewall data.
Signed-off-by: Pierre Lebleu
---
Notes:
v1->v2:
- remove the assignements within the "if"
- add a new function check_forward()
- use warn_section() rather than warn()
From: Pierre Lebleu
Move the name and type parsing out of the rule file
in order to make it reusable by others.
Signed-off-by: Pierre Lebleu
---
rules.c | 16 +++-
snats.c | 16 +++-
utils.c | 19 +++
utils.h |3 +++
4 files changed, 36 inserti
From: Pierre Lebleu
The return value of fw3_parse_options() should be checked.
Signed-off-by: Pierre Lebleu
---
Notes:
v1->v2:
- do not make the fw3_parse_options() error fatal
defaults.c |3 ++-
forwards.c |3 ++-
includes.c |3 ++-
ipsets.c |3 ++-
zones.c|3 ++
12 matches
Mail list logo