Commit aaa947a7 authored by Sergey Konev's avatar Sergey Konev Committed by Anton Midyukov

net: initial target use/net/ifupdown2

Target for ifupdown2 subsystem. Currently used in PVE distro for network managment instead of more frequently used analogues (etcnet, networkd) due to their limitations (etcnet unable to apply changes, absense of OVS support in networkd)
parent 804283a1
......@@ -13,6 +13,10 @@ use/net/etcnet: use/net
@$(call set,THE_NET_SUBSYS,etcnet)
@$(call add,DEFAULT_SERVICES_ENABLE,network)
use/net/ifupdown2: use/net
@$(call set,THE_NET_SUBSYS,ifupdown2)
@$(call add,DEFAULT_SERVICES_ENABLE,networking.service)
use/net/dhcp: use/net
@$(call add,THE_PACKAGES,dhcpcd)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment