Cleanup Namespaces
This commit is contained in:
parent
9b49f880a2
commit
6c901ea46b
21 changed files with 230 additions and 31 deletions
6
ext/kea/kea-leases4.csv
Normal file
6
ext/kea/kea-leases4.csv
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
address,hwaddr,client_id,valid_lifetime,expire,subnet_id,fqdn_fwd,fqdn_rev,hostname,state,user_context
|
||||
192.0.2.1,06:07:08:09:0a:bc,,200,200,8,1,1,host.example.com,0,
|
||||
192.0.2.2,,,200,200,8,1,1,host.example.com,0,
|
||||
192.0.2.3,dd:de:ba:0d:1b:2e:3e:4f,0a:00:01:04,100,100,7,0,0,,1,{ "foobar": true }
|
||||
192.0.2.4,,11:22:33:44:55:66,200,200,8,1,1,host.example.com,0,
|
||||
192.0.2.5,,,200,200,8,1,1,,1,
|
||||
|
Can't render this file because it contains an unexpected character in line 4 and column 66.
|
7
ext/kea/kea-leases6.csv
Normal file
7
ext/kea/kea-leases6.csv
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
address,duid,valid_lifetime,expire,subnet_id,pref_lifetime,lease_type,iaid,prefix_len,fqdn_fwd,fqdn_rev,hostname,hwaddr,state,user_context,hwtype,hwaddr_source,pool_id
|
||||
2001:db8:1::1,00:01:02:03:04:05:06:0a:0b:0c:0d:0e:0f,200,200,8,100,0,7,0,1,1,host.example.com,,1,,1,0,0
|
||||
2001:db8:1::1,,200,200,8,100,0,7,0,1,1,host.example.com,,1,,1,0,0
|
||||
2001:db8:2::10,01:01:01:01:0a:01:02:03:04:05,300,300,6,150,0,8,0,0,0,,,1,,1,0,0
|
||||
3000:1::,00:01:02:03:04:05:06:0a:0b:0c:0d:0e:0f,0,200,8,0,2,16,64,0,0,,,1,{ "foobar": true },,1,0,0
|
||||
2001:db8:1::2,00:00:00,200,200,8,100,0,7,0,1,1,host.example.com,,0,,1,0,0
|
||||
2001:db8:1::3,00:00:00,200,200,8,100,0,7,0,1,1,host.example.com,,1,,1,0,0
|
||||
|
Can't render this file because it contains an unexpected character in line 5 and column 77.
|
2
ext/powerdns/netddi.conf
Normal file
2
ext/powerdns/netddi.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
launch+=remote
|
||||
remote-connection-string+=unix:path=/run/netddi/pdns.sock
|
||||
11
ext/systemd/netddi.service
Normal file
11
ext/systemd/netddi.service
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=PowerDNS/DHCP Companion Remote
|
||||
Before=pdns.service
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
ExecStart=/opt/netddi/netddi
|
||||
WorkingDirectory=/etc/netddi
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
9
ext/systemd/netddi.socket
Normal file
9
ext/systemd/netddi.socket
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=netddi PowerDNS Remote Socket
|
||||
|
||||
[Socket]
|
||||
ListenStream=/run/netddi/pdns.sock
|
||||
Accept=no
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue