-
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.
Merge branch 'current' into T4072-extend-bridge-fwall
- Loading branch information
Showing
111 changed files
with
2,643 additions
and
505 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: Add rebase label | ||
|
||
on: | ||
pull_request_target: | ||
types: [synchronize, opened, reopened, labeled, unlabeled] | ||
|
||
permissions: | ||
pull-requests: write | ||
contents: read | ||
|
||
jobs: | ||
add-rebase-label: | ||
uses: vyos/.github/.github/workflows/add-rebase-label.yml@current | ||
secrets: inherit |
File renamed without changes.
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,7 +1,7 @@ | ||
name: VyOS ISO integration Test | ||
|
||
on: | ||
pull_request_target: | ||
pull_request: | ||
branches: | ||
- current | ||
paths: | ||
|
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,19 @@ | ||
name: Trigger PR | ||
|
||
on: | ||
pull_request_target: | ||
types: | ||
- closed | ||
branches: | ||
- circinus | ||
|
||
jobs: | ||
trigger-PR: | ||
uses: vyos/.github/.github/workflows/trigger-pr.yml@current | ||
with: | ||
source_branch: 'circinus' | ||
target_branch: 'circinus' | ||
secrets: | ||
REMOTE_REPO: ${{ secrets.REMOTE_REPO }} | ||
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }} | ||
PAT: ${{ secrets.PAT }} |
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
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
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.
26 changes: 26 additions & 0 deletions
26
interface-definitions/include/conntrack/log-protocols.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,26 @@ | ||
<!-- include start from conntrack/log-protocols.xml.i --> | ||
<leafNode name="icmp"> | ||
<properties> | ||
<help>Log connection tracking events for ICMP</help> | ||
<valueless/> | ||
</properties> | ||
</leafNode> | ||
<leafNode name="other"> | ||
<properties> | ||
<help>Log connection tracking events for all protocols other than TCP, UDP and ICMP</help> | ||
<valueless/> | ||
</properties> | ||
</leafNode> | ||
<leafNode name="tcp"> | ||
<properties> | ||
<help>Log connection tracking events for TCP</help> | ||
<valueless/> | ||
</properties> | ||
</leafNode> | ||
<leafNode name="udp"> | ||
<properties> | ||
<help>Log connection tracking events for UDP</help> | ||
<valueless/> | ||
</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
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
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
21 changes: 21 additions & 0 deletions
21
interface-definitions/include/firewall/match-ipsec-in.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,21 @@ | ||
<!-- include start from firewall/match-ipsec-in.xml.i --> | ||
<node name="ipsec"> | ||
<properties> | ||
<help>Inbound IPsec packets</help> | ||
</properties> | ||
<children> | ||
<leafNode name="match-ipsec-in"> | ||
<properties> | ||
<help>Inbound traffic that was IPsec encapsulated</help> | ||
<valueless/> | ||
</properties> | ||
</leafNode> | ||
<leafNode name="match-none-in"> | ||
<properties> | ||
<help>Inbound traffic that was not IPsec encapsulated</help> | ||
<valueless/> | ||
</properties> | ||
</leafNode> | ||
</children> | ||
</node> | ||
<!-- include end --> |
21 changes: 21 additions & 0 deletions
21
interface-definitions/include/firewall/match-ipsec-out.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,21 @@ | ||
<!-- include start from firewall/match-ipsec-out.xml.i --> | ||
<node name="ipsec"> | ||
<properties> | ||
<help>Outbound IPsec packets</help> | ||
</properties> | ||
<children> | ||
<leafNode name="match-ipsec-out"> | ||
<properties> | ||
<help>Outbound traffic to be IPsec encapsulated</help> | ||
<valueless/> | ||
</properties> | ||
</leafNode> | ||
<leafNode name="match-none-out"> | ||
<properties> | ||
<help>Outbound traffic that will not be IPsec encapsulated</help> | ||
<valueless/> | ||
</properties> | ||
</leafNode> | ||
</children> | ||
</node> | ||
<!-- include end --> |
Oops, something went wrong.