-
Notifications
You must be signed in to change notification settings - Fork 390
dhcp-server: T3936: Added support for DHCP Option 82 #4665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
cblackburn-igl
wants to merge
69
commits into
vyos:current
Choose a base branch
from
cblackburn-igl:T3936-DHCP-Option-82-Support
base: current
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
326b5e7
dhcp-server: T3936: Added support for DHCP Option 82
cblackburn-igl fcd39c2
Merge branch 'T3936-DHCP-Option-82-Support' of https://github.com/cbl…
cblackburn-igl 9c35d29
Re-added changes to the XML configuration heirachy which were deleted…
cblackburn-igl 6616e6a
Update interface-definitions/include/dhcp/dhcp-server-common-config.x…
cblackburn-igl 6853438
Update interface-definitions/include/dhcp/dhcp-server-common-config.x…
cblackburn-igl 0859bc9
Update python/vyos/kea.py
cblackburn-igl 5ae378d
Merge branch 'vyos:current' into T3936-DHCP-Option-82-Support
cblackburn-igl 650d7c0
Merge branch 'vyos:current' into T3936-DHCP-Option-82-Support
cblackburn-igl 43538d7
Changes requested by dmbaturin to improve testing. This also exposed …
cblackburn-igl a57d01a
Update interface-definitions/include/dhcp/dhcp-server-common-config.x…
cblackburn-igl 79d1aaf
Update python/vyos/kea.py
cblackburn-igl d64acc3
ssh: T7839: fix warning on deprecated algorithms during commit
c-po 3c7762e
T7820: Add support for yescrypt encypted hashes
80fdc2a
T7773: VPP move crypto engines to crypto-engines template section
sever-sever accc592
frr_exporter: T7851: export IPv6 BGP sessions
peterablehmann 1ff03a0
Debian: T7847: add explicit dependency on net-tools providing arp binary
c-po cc7efa0
T7737: add commit hashes for analogue of legacy configfs
jestabro 495aec1
T7737: add generated protobuf files
jestabro 4fdc891
T7737: use standardized env var for config session pid
jestabro b1687d4
T7737: update init data as needed for vyos-commitd environment
jestabro 94aae7b
T7737: inject env vars provided by vyconfd session
jestabro aebc231
T7737: add auxiliary set/delete functions
jestabro d4dd0a4
T7737: add vyconf aware versions of add/delete_cli_node
jestabro c5f38d9
T7737: use vyconf aware add/delete_cli_node if enabled
jestabro c605df7
Firewall: T7475: Disable conntrack per firewall chain
l0crian1 4a1b7dd
firewall: T7475: Remove redundant if statement in jinja template
l0crian1 8e07d56
image: T7818: re-use global path definitions from vyos.defaults
c-po a876205
image: T7818: avoid error when skipping config migration
c-po a4b546b
kea: T7281: Use correct Kea unit files
sarthurdev 395e5de
kea: T7821: Update paths for Kea v2.7.9 security changes
sarthurdev ba8418b
kea: T7281: Set folder permissions to expected 0750
sarthurdev dd13331
kea: T7281: Preserve systemd unit environment in VRF exec
sarthurdev d9edcdc
bgp: T7760: deprecate per bgp vrf instance system-as node
c-po 75a4d8b
bgp: T7760: remove per vrf instance system-as node
c-po 667d3d5
T7850: add util list_strip to remove initial or final sub-list
jestabro 84fb601
T7850: add nosetest for util list_strip
jestabro 582f2d6
T7850: make op_mode_config_dict edit level aware
jestabro c6e2ae0
T7859: VPP de-hardcode plugin path
sever-sever 4c1bec4
T7801: VPP fails to start with logging level set to 'Error'
natali-rs1985 090d7ba
T7748: using mergify rule to handle conflict checks for private repo
kumvijaya 19a2fa2
T7748: using mergify rule to handle conflict checks for private repo
kumvijaya 67f491d
T7861: System options CPU vendor_id bug for some platforms
sever-sever f9489be
l2tpv3: T7721: fix show l2tpv3 interface information
awolfnet 4133ce8
T7862: VPP: Enable support of ixgbevf driver for DPDK
natali-rs1985 20fb87f
tpm: T7727: Prompt to overwrite an existing backup
sarthurdev 63ae926
tpm: T7720: Handle encrypt failure and gracefully abort
sarthurdev 3ec6c32
tpm: T7717: Preserve group on config and archives
sarthurdev 300a160
tpm: T7713: Restore original config mounts when decrypting
sarthurdev 33a99ae
tpm: T7735: Only require key/recovery if unmapped
sarthurdev 0861767
tpm: T4919: Use vyos module function for running image, single-line i…
sarthurdev 8509fb2
tpm: T7726: Copy encrypted volume when adding system images
sarthurdev 484d8f1
tpm: T7726: Prompt user before clearing TPM key
sarthurdev d56cf2c
tpm: T7726: Prompt before overwriting existing TPM key
sarthurdev ec0fac7
tpm: T7726: Test TPM key or prompt recovery key
sarthurdev 3fd2b55
T7709: add utils write_file_sync and write_file_atomic
jestabro 18962d4
T7709: use write_file_sync/atomic in vyos-save-config.py script
jestabro e8561cb
T7709: use standard script vyos-save-config.py for vyconf
jestabro 24b7783
T7709: add smoketest for config save
jestabro 2f392f5
T7855: vyos-configd redirect stdout and catch exceptions on frr render
jestabro 3e56726
T7855: vyos-commitd redirect stdout and catch exceptions on frr render
jestabro 64d4ee3
migrator: T7760: remove debug print statement
c-po 9f398c0
bgp: T7760: improfe verify() logic on default VRF removal
c-po e88bc1c
frr: T7875: add pre-apply validation using frr-reload --test
c-po 6b75000
Changes requested by dmbaturin to improve testing. This also exposed …
cblackburn-igl 8715c06
Update interface-definitions/include/dhcp/dhcp-server-common-config.x…
cblackburn-igl 31215ce
Update python/vyos/kea.py
cblackburn-igl 2d9d211
Changed option82 to relay-agent-information as requested by maintaine…
cblackburn-igl 67d787d
Merge branch 'T3936-DHCP-Option-82-Support' of https://github.com/cbl…
cblackburn-igl 093340b
Merge branch 'vyos:current' into T3936-DHCP-Option-82-Support
cblackburn-igl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.