bundles/wide-dhcp6c: introduce, add to home.router
This commit is contained in:
parent
6b4eae842b
commit
fa224a9939
7 changed files with 132 additions and 0 deletions
11
bundles/wide-dhcp6c/files/ip-up
Normal file
11
bundles/wide-dhcp6c/files/ip-up
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
INTERFACE=$1
|
||||
|
||||
if [[ "$INTERFACE" != "${source}" ]]
|
||||
then
|
||||
echo "wide-dhcp6c is not configured to work on $INTERFACE"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
systemctl start wide-dhcpv6-client
|
Loading…
Add table
Add a link
Reference in a new issue