Files
systemd/src/basic
Daniel Mack 26c34ab4ee missing.h: Explicitly check for IFLA_BRPORT_PROXYARP
RHEL explicitly disables IFLA_BRPORT_PROXYARP by renaming the enum value.

In order to support unpatched builds, we have two options:

a) redefine the enum value through missing.h and ignore the fact that it
   is really unsupported, or

b) omit that enum value on rtnl_prot_info_bridge_port_types[]

As we are not actually using this netlink type anywhere, and because it
is only hooked up for the sake of completeness, this patch opts for the
former.
2016-02-22 13:22:30 +01:00
..
2016-02-19 01:36:46 +06:00
2015-12-07 18:34:05 +01:00
2015-12-07 18:34:05 +01:00
2015-11-30 21:51:03 +01:00
2015-11-18 23:09:02 +01:00
2016-02-18 23:34:30 +00:00
2015-11-18 23:09:02 +01:00
2015-11-30 21:51:03 +01:00
2015-12-01 23:40:17 +01:00