Systemd/src/libsystemd
Susant Sahani bce67bbee3 networkd: add support to configure IP Rule (#5725)
Routing Policy rule manipulates rules in the routing policy database control the
route selection algorithm.

This work supports to configure Rule
```
[RoutingPolicyRule]
TypeOfService=0x08
Table=7
From= 192.168.100.18

```

```
ip rule show
0:	from all lookup local
0:	from 192.168.100.18 tos 0x08 lookup 7
```

V2 changes:

1. Added logic to handle duplicate rules.
2. If rules are changed or deleted and networkd restarted
   then those are deleted when networkd restarts next time

V3:

1. Add parse_fwmark_fwmask
2017-09-14 21:51:39 +02:00
..
sd-bus sd-bus: extend D-Bus authentication timeout considerably (#6813) 2017-09-13 19:08:26 +02:00
sd-daemon tree-wide: make use of getpid_cached() wherever we can 2017-07-20 20:27:24 +02:00
sd-device Add handling for bind/unbind actions (#6720) 2017-09-04 16:59:17 +03:00
sd-event tree-wide: make use of getpid_cached() wherever we can 2017-07-20 20:27:24 +02:00
sd-hwdb build-sys: drop automake support 2017-07-18 10:04:44 -04:00
sd-id128 build-sys: drop automake support 2017-07-18 10:04:44 -04:00
sd-login sd-login: test - fix failure when run from non-graphical seat 2017-08-08 16:55:15 +01:00
sd-netlink networkd: add support to configure IP Rule (#5725) 2017-09-14 21:51:39 +02:00
sd-network build-sys: drop automake support 2017-07-18 10:04:44 -04:00
sd-path Merge pull request #6266 from keszybz/drop-autotools 2017-07-20 19:56:07 +02:00
sd-resolve tree-wide: make use of getpid_cached() wherever we can 2017-07-20 20:27:24 +02:00
sd-utf8 build-sys: drop automake support 2017-07-18 10:04:44 -04:00
libsystemd.pc.in Adjust pkgconfig files to point at rootlibdir (#4584) 2016-11-08 09:36:41 +01:00
libsystemd.sym Export sd_bus_message_append_ap. It is renamed to sd_bus_message_appendv to follow systemd naming conventions. (#5753) 2017-04-25 09:32:24 +02:00
meson.build Drop kdbus bits 2017-07-23 12:01:54 -04:00