Best practice for resetting (iptables) firewall state

2023-07-11 Thread Philip Prindeville
Hi, I'm working on a wrapper for using xt_asn and xt_geoip in xtables-addons, and was wondering about how best to solve certain problems. Since, for now, I'll be using shell and UCI, I'm not going to maintain state (old/current vs. new/desired state) of the firewall so I won't be able to

[PATCH] ib: split out processing user provided packages

2023-07-11 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Some device recipes remove default target packages. If user tries to add them back they will be ignored, since packages list is processed in one go. Process the device recipe packages first and do user ones later, so additions won't get filtered out. Signed-off-by:

[PATCH] sdk: rename README

2023-07-11 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak 'help' target fails not finding a file, so follow up on a change[2] made as a fix for main README[1]. 1. d0113711a31f ("README: port to 21st century") 2. 751486b31fd9 ("build: fix README.md reference after rename") Signed-off-by: Tomasz Maciej Nowak ---