1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

debian: add /var/lib/ifupdown2/hooks dir

This can be used to execute third party scripts.
One such script /var/lib/ifupdown2/hooks/get_reserved_vlan_range.sh
if exists is used by the vlan module to get the reserved
vlan range on the system.

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
This commit is contained in:
Roopa Prabhu
2016-04-16 20:39:58 -07:00
parent 25e2386e43
commit f332cfbee8

View File

@@ -1,2 +1,3 @@
/etc/network/interfaces.d/
/var/lib/ifupdown2/policy.d/
/var/lib/ifupdown2/hooks/