Skip to content

Commit

Permalink
Update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
martymarty004 authored Jan 7, 2024
1 parent 7b7288b commit 7b02e0f
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions dhcp_ipv6_server/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,34 +25,22 @@ options:
option dhcp-rebinding-time 7200;
allow leasequery;
option dhcp6.info-refresh-time 21600;

networks:
subnet: "3ffe:501:ffff:100::/64"
- subnet: "3ffe:501:ffff:100::/64"
ranges:
- "3ffe:501:ffff:100::10 3ffe:501:ffff:100::11"
"3ffe:501:ffff:100:: temporary"

Check failure on line 32 in dhcp_ipv6_server/config.yaml

View workflow job for this annotation

GitHub Actions / YAMLLint

syntax error: expected <block end>, but found '<scalar>'

prefixes: "3ffe:501:ffff:100::, 3ffe:501:ffff:111:: /64"
extra: []

subnet: "3ffe:501:ffff:101::/64"
ranges: "3ffe:501:ffff:101::10 3ffe:501:ffff:101::11"
name_servers: "3ffe:501:ffff:101:200:ff:fe00:3f3e"
extra: []

subnet: "3ffe:501:ffff:102::/64"
ranges: "3ffe:501:ffff:102::10 3ffe:501:ffff:102::11"
extra: []

hosts:
name: myclient
- name: myclient
client_id: "00:01:00:01:00:04:93:e0:00:00:00:00:a2:a2"
addresses: "3ffe:501:ffff:100::1234"
prefixes: "3ffe:501:ffff:101::/64, 3ffe:501:ffff:102::/64"
name_servers: "3ffe:501:ffff:100:200:ff:fe00:4f4e"
extra: []

name: otherclient
- name: otherclient
mac: "01:00:80:a2:55:67"
address: "3ffe:501:ffff:100::4321"
extra: []
Expand Down

0 comments on commit 7b02e0f

Please sign in to comment.