summaryrefslogtreecommitdiff
path: root/macvlan.c
Commit message (Collapse)AuthorAgeFilesLines
* macvlan: fix missing reference to device_attr_listGioacchino Mazzurco2014-05-281-0/+3
| | | | | | | | | | At moment macvlan devices ignore options inherited as device like mtu. Thanks to suggestions provided by Felix i have done this patch that fix this iussue by adding the missing reference to device_attr_list in macvlan_attr_list Signed-off-by: Gioacchino Mazzurco <gmazzurco89@gmail.com>
* netifd: Link layer state awareness support on interface levelHans Dedecker2014-02-271-0/+6
| | | | | | | | The link layer state is monitored for a given interface; an interface will be setup when both enabled and link layer active. Likewise an interface will be teared down when either disabled or link layer down. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* Revert "netifd: Link layer state support on device level"Felix Fietkau2013-12-141-6/+0
| | | | This reverts commit c439b52400978dd3799c66e1f632ee68d2c7c9eb.
* netifd: Link layer state support on device levelHans Dedecker2013-12-081-0/+6
| | | | | | | Patch implements link layer state awareness (aka carrier detection) in netifd on device level. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* macvlan: turns out netinet/ether.h is needed on some linux systemsFelix Fietkau2013-10-071-0/+4
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* macvlan: include net/ethernet.h instead of netinet/ether.h (more portable)Felix Fietkau2013-10-041-1/+1
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* device: add macvlan supportFelix Fietkau2013-10-031-0/+254
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>