Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1be5c7b

Browse files
author
David Vølker
committedMay 16, 2025·
kea: T6211: add vrf support for KEA dhcp server
2 parents 97f5b23 + 5724001 commit 1be5c7b

File tree

183 files changed

+5746
-1822
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+5746
-1822
lines changed
 

‎.github/workflows/package-smoketest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
fetch-depth: 0
4343
ref: ${{ github.event.pull_request.head.sha }}
4444
repository: ${{ github.event.pull_request.head.repo.full_name }}
45+
submodules: true
4546
- name: Build vyos-1x package
4647
run: |
4748
cd packages/vyos-1x; dpkg-buildpackage -uc -us -tc -b

‎.github/workflows/trigger-pr-mirror-repo-sync.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
branches:
77
- current
88

9+
permissions:
10+
pull-requests: write
11+
contents: write
12+
issues: write
13+
914
jobs:
1015
call-trigger-mirror-pr-repo-sync:
1116
if: github.repository_owner == 'vyos' && github.event.pull_request.merged == true

0 commit comments

Comments
 (0)