-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
296 changed files
with
11,757 additions
and
11,569 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0"?> | ||
<interfaceDefinition> | ||
<node name="generate"> | ||
<children> | ||
<node name="nat64"> | ||
<properties> | ||
<help>Network Address Translation (NAT64)</help> | ||
</properties> | ||
<children> | ||
#include <include/rule-resequence.xml.i> | ||
</children> | ||
</node> | ||
</children> | ||
</node> | ||
</interfaceDefinition> |
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,15 @@ | ||
<?xml version="1.0"?> | ||
<interfaceDefinition> | ||
<node name="generate"> | ||
<children> | ||
<node name="nat66"> | ||
<properties> | ||
<help>Network Prefix Translation (NAT66/NPTv6)</help> | ||
</properties> | ||
<children> | ||
#include <include/rule-resequence.xml.i> | ||
</children> | ||
</node> | ||
</children> | ||
</node> | ||
</interfaceDefinition> |
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,15 @@ | ||
<?xml version="1.0"?> | ||
<interfaceDefinition> | ||
<node name="generate"> | ||
<children> | ||
<node name="nat"> | ||
<properties> | ||
<help>Network Address Translation (NAT)</help> | ||
</properties> | ||
<children> | ||
#include <include/rule-resequence.xml.i> | ||
</children> | ||
</node> | ||
</children> | ||
</node> | ||
</interfaceDefinition> |
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 @@ | ||
<!-- included start from show-nht.xml.i --> | ||
<node name="rule-resequence"> | ||
<properties> | ||
<help>Resequence rules</help> | ||
</properties> | ||
<command>${vyos_op_scripts_dir}/generate_service_rule-resequence.py --service $2</command> | ||
<children> | ||
<tagNode name="start"> | ||
<properties> | ||
<help>Set the first sequence number</help> | ||
<completionHelp> | ||
<list>1-1000</list> | ||
</completionHelp> | ||
</properties> | ||
<command>${vyos_op_scripts_dir}/generate_service_rule-resequence.py --service $2 --start $5</command> | ||
<children> | ||
<tagNode name="step"> | ||
<properties> | ||
<help>Step between rules</help> | ||
<completionHelp> | ||
<list>1-1000</list> | ||
</completionHelp> | ||
</properties> | ||
<command>${vyos_op_scripts_dir}/generate_service_rule-resequence.py --service $2 --start $5 --step $7</command> | ||
</tagNode> | ||
</children> | ||
</tagNode> | ||
</children> | ||
</node> | ||
<!-- included 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
Oops, something went wrong.