-
Notifications
You must be signed in to change notification settings - Fork 330
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
- Loading branch information
Showing
14 changed files
with
534 additions
and
110 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
41 changes: 41 additions & 0 deletions
41
interface-definitions/include/firewall/source-destination-group-ipv4.xml.i
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,41 @@ | ||
<!-- include start from firewall/source-destination-group-ipv4.xml.i --> | ||
<node name="group"> | ||
<properties> | ||
<help>Group</help> | ||
</properties> | ||
<children> | ||
<leafNode name="address-group"> | ||
<properties> | ||
<help>Group of addresses</help> | ||
<completionHelp> | ||
<path>firewall group address-group</path> | ||
</completionHelp> | ||
</properties> | ||
</leafNode> | ||
<leafNode name="domain-group"> | ||
<properties> | ||
<help>Group of domains</help> | ||
<completionHelp> | ||
<path>firewall group domain-group</path> | ||
</completionHelp> | ||
</properties> | ||
</leafNode> | ||
<leafNode name="network-group"> | ||
<properties> | ||
<help>Group of networks</help> | ||
<completionHelp> | ||
<path>firewall group network-group</path> | ||
</completionHelp> | ||
</properties> | ||
</leafNode> | ||
<leafNode name="port-group"> | ||
<properties> | ||
<help>Group of ports</help> | ||
<completionHelp> | ||
<path>firewall group port-group</path> | ||
</completionHelp> | ||
</properties> | ||
</leafNode> | ||
</children> | ||
</node> | ||
<!-- 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/conntrack-version.xml.i --> | ||
<syntaxVersion component='conntrack' version='3'></syntaxVersion> | ||
<syntaxVersion component='conntrack' version='4'></syntaxVersion> | ||
<!-- include end --> |
Oops, something went wrong.