summaryrefslogtreecommitdiff
path: root/src/network/networkd-macvlan.c
AgeCommit message (Collapse)Author
2014-07-14networkd: netdev - introduce vtable for netdev kindsTom Gundersen
Split each netdev kind into its own .h/.c.
2014-07-07networkd: netdev - add missing refsTom Gundersen
Without this, the underlying device would get freed (and hence fail).
2014-07-03networkd: split out vlan and macvlan handlingTom Gundersen