Systemd/src/libsystemd
Thomas Haller 8abd60c18b netlink: fix routing-policy-rule netlink type for FRA_GOTO/FRA_UNUSED2
- RTA_OIF has no business in the routing-rule policy. It is numerical
  identical to FRA_GOTO. Fix using the correct enum value. Note that
  RTA_OIF/FRA_GOTO was not used by networkd, and the type was already
  correct at uint32. So, there is no change in behavior.

- RTA_GATEWAY also does not belong to the routing-rules. It is numerical
  identical to FRA_UNUSED2. Obviously, that value is unused as well,
  so there is no actual change in behavior either. In particular
  that is because:
    - kernel would not send messages with FRA_UNUSED2 attribute.
    - networkd would not try to parse/send RTA_GATEWAY/FRA_UNUSED2
      attributes.

Fixes: bce67bbee3
2019-02-18 12:49:31 +01:00
..
sd-bus sd-bus: if we receive an invalid dbus message, ignore and proceeed 2019-02-14 10:27:37 +01:00
sd-daemon sd-daemon: make sd_booted() return negative errno on unexpected error 2019-02-07 14:44:44 +01:00
sd-device test: add a test case for issue #11652 2019-02-06 08:43:34 +01:00
sd-event sd-event: introduce event_free_signal_data() 2019-01-18 13:53:43 +01:00
sd-hwdb sd-hwdb: fix matching for characters with an ord > 127 2019-02-13 23:19:20 +01:00
sd-id128 Use c99 static array size declarations in exported functions too 2019-01-04 12:37:25 +01:00
sd-login Remove 'inline' attributes from static functions in .c files (#11426) 2019-01-15 08:12:28 +01:00
sd-netlink netlink: fix routing-policy-rule netlink type for FRA_GOTO/FRA_UNUSED2 2019-02-18 12:49:31 +01:00
sd-network Remove 'inline' attributes from static functions in .c files (#11426) 2019-01-15 08:12:28 +01:00
sd-path Move LONG_LINE_MAX definition to fileio.h 2018-11-14 16:25:32 +01:00
sd-resolve Delete duplicate lines 2019-01-12 16:02:26 +01:00
sd-utf8 tree-wide: drop empty comments 2018-06-29 11:00:30 +09:00
disable-mempool.c mempool: only enable mempool use when linked to libsystemd-shared.so 2018-10-11 11:10:37 +02:00
libsystemd.pc.in meson: define PROJECT_VERSION as the "bare" project version 2018-12-20 21:35:29 +01:00
libsystemd.sym sd-bus: add sd_bus_close_unref() helper 2019-01-17 16:12:38 +01:00
meson.build meson: simplify handling of pkgconfigdatadir=no, pkgconfiglibdir=no 2018-12-21 13:43:20 +01:00