[trigger/dhcp] Gestion du dhcp, et mise en place des services pour isc et dhcp
* Travail basé sur dhcpd_new
This commit is contained in:
parent
3d428adc12
commit
08892ae5ef
5 changed files with 179 additions and 0 deletions
5
gestion/trigger/hosts/dhcp.py
Normal file
5
gestion/trigger/hosts/dhcp.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash /usr/scripts/python.sh
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from gestion.trigger.dhcp import dhcp
|
||||
from gestion.trigger.host import trigger
|
Loading…
Add table
Add a link
Reference in a new issue