-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opts: add option to disable iptables front
Add --no-iptables command line options to prevent iptables front from running: ipt requests will be returned an error, and no cache will be restored. This change involved refactoring how fronts are serialised: every front (even the ones disabled) have they marsh function called with an allocated bf_marsh child. Disabled fronts won't have anything to add to the marsh and will just return. This simplify serialised front management as every front will be represented by a marsh object, so they can be restored sequentially. Signed-off-by: Quentin Deslandes <[email protected]>
- Loading branch information
1 parent
5c23dc6
commit 4d4e866
Showing
4 changed files
with
44 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters