-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
T5729: firewall: switch to valueless in
- Loading branch information
Showing
16 changed files
with
229 additions
and
293 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,8 @@ | ||
<!-- include start from firewall/log.xml.i --> | ||
<node name="log"> | ||
<leafNode name="log"> | ||
<properties> | ||
<help>Option to log packets</help> | ||
<help>Enable log</help> | ||
<valueless/> | ||
</properties> | ||
<children> | ||
<leafNode name="enable"> | ||
<properties> | ||
<help>Enable logging</help> | ||
<valueless/> | ||
</properties> | ||
</leafNode> | ||
</children> | ||
</node> | ||
</leafNode> | ||
<!-- include end --> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!-- include start from firewall/state.xml.i --> | ||
<leafNode name="state"> | ||
<properties> | ||
<help>Session state</help> | ||
<completionHelp> | ||
<list>established invalid new related</list> | ||
</completionHelp> | ||
<valueHelp> | ||
<format>established</format> | ||
<description>Established state</description> | ||
</valueHelp> | ||
<valueHelp> | ||
<format>invalid</format> | ||
<description>Invalid state</description> | ||
</valueHelp> | ||
<valueHelp> | ||
<format>new</format> | ||
<description>New state</description> | ||
</valueHelp> | ||
<valueHelp> | ||
<format>related</format> | ||
<description>Related state</description> | ||
</valueHelp> | ||
<constraint> | ||
<regex>(established|invalid|new|related)</regex> | ||
</constraint> | ||
<multi/> | ||
</properties> | ||
</leafNode> | ||
<!-- include end --> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<!-- include start from include/version/firewall-version.xml.i --> | ||
<syntaxVersion component='firewall' version='12'></syntaxVersion> | ||
<syntaxVersion component='firewall' version='13'></syntaxVersion> | ||
<!-- include end --> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<!-- include start from include/version/policy-version.xml.i --> | ||
<syntaxVersion component='policy' version='6'></syntaxVersion> | ||
<syntaxVersion component='policy' version='7'></syntaxVersion> | ||
<!-- include end --> |
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
Oops, something went wrong.