-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
confd: bump infix-dhcp-client YANG model version for release
The DHCP client YANG model saw a lot of changes added in the 23.12 sprint, fortunately there was never an official release. This commit bumps the model version for v24.01. Signed-off-by: Joachim Wiberg <[email protected]>
- Loading branch information
Showing
3 changed files
with
10 additions
and
5 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 |
---|---|---|
|
@@ -221,7 +221,7 @@ sysrepoctl -s $SEARCH \ | |
-e vlan-filtering \ | ||
-i [email protected] -g wheel -p 0660 \ | ||
-i [email protected] -g wheel -p 0660 \ | ||
-i infix-dhcp-client@2023-05-22.yang -g wheel -p 0660 \ | ||
-i infix-dhcp-client@2024-01-30.yang -g wheel -p 0660 \ | ||
-i [email protected] -g wheel -p 0660 \ | ||
-i [email protected] -g wheel -p 0660 \ | ||
-i [email protected] -g wheel -p 0660 \ | ||
|
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 |
---|---|---|
|
@@ -10,6 +10,11 @@ module infix-dhcp-client { | |
contact "[email protected]"; | ||
description "This module implements an IPv4 DHCP client"; | ||
|
||
revision 2024-01-30 { | ||
description "Add DHCP client options, arping, and route preference."; | ||
reference "internal"; | ||
} | ||
|
||
revision 2023-05-22 { | ||
description "Initial revision."; | ||
reference "rfc2131 rfc7950"; | ||
|
@@ -123,9 +128,9 @@ module infix-dhcp-client { | |
key "name"; | ||
description | ||
"List of DHCP options to request (and accept). The default is an | ||
empty list, meaning all supported options. To restrict the | ||
client to only get IP address and default route, set this to: | ||
'subnet router'"; | ||
empty list, meaning all supported options. To restrict the | ||
client to only get IP address and default route, set this to: | ||
'subnet router'"; | ||
leaf name { | ||
type dhcp-options; | ||
description "DHCP option to request from, or inform server of."; | ||
|