summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-nexthop.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-netlink: various cleanupsYu Watanabe2024-10-101-1/+1
* network/nexthop: introduce generic conf parser for [NextHop] sectionYu Watanabe2024-09-191-6/+12
* network/nexthop: make conf parsers for Family= and Gateway= independent of ea...Yu Watanabe2024-09-191-1/+1
* network: rename link_drop_managed_xyz() -> link_drop_static_xyz()Yu Watanabe2024-02-141-1/+1
* network/route: introduce reverse map for route with nexthop IDYu Watanabe2024-01-251-1/+2
* network/nexthop: introduce a reverse map of nexthop group membersYu Watanabe2024-01-161-0/+3
* network/nexthop: reorder elements in NextHopYu Watanabe2024-01-161-7/+12
* Merge pull request #30717 from yuwata/network-ref-unrefLuca Boccassi2024-01-101-1/+4
|\
| * network/nexthop: introduce ref/unref functions for NextHop objectYu Watanabe2024-01-031-1/+4
* | Merge pull request #30716 from yuwata/network-cancel-requestLuca Boccassi2024-01-101-0/+2
|\ \
| * | network/nexthop: also remove nexthop on cancelling requestYu Watanabe2024-01-051-0/+2
| |/
* / network/nexthop: wait for requests for group members being processedYu Watanabe2024-01-041-0/+1
|/
* network/nexthop: cache requested nexthop IDsYu Watanabe2023-12-201-0/+1
* network/nexthop: drop conflicting [NextHop] sectionsYu Watanabe2023-12-201-1/+1
* network/nexthop: manage all nexthops by managerYu Watanabe2023-12-141-4/+8
* network/nexthop: rename manager_get_nexthop_by_id() -> nexthop_get_by_id()Yu Watanabe2023-12-141-1/+1
* network: re-design request queueYu Watanabe2022-03-111-5/+0
* network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-111-1/+1
* network: remove only managed configs on reconfigure or carrier lostYu Watanabe2022-02-011-1/+1
* network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-191-1/+1
* network: manage route and nexthop flagsYu Watanabe2021-11-131-1/+2
* network: delay dropping addresses or so on reloading .network filesYu Watanabe2021-10-261-0/+1
* network: use NetworkConfigSource/State to manage nexthopsYu Watanabe2021-09-151-2/+5
* network: expose hash and compare functionsYu Watanabe2021-06-071-0/+3
* network: nexthop: add Group= setting to configure multipath route with group ...Yu Watanabe2021-05-211-0/+3
* network: use request queue to configure addresses, routes, and nexthopsYu Watanabe2021-05-121-1/+4
* network: nexthop: drop unnecessary nexthopsYu Watanabe2021-02-231-0/+2
* network: nexthop: read protocol in received netlink messageYu Watanabe2021-02-231-1/+1
* network: nexthop: add Blackhole= setting in [NextHop] sectionYu Watanabe2021-02-221-0/+3
* network: nexthop: add OnLink= settingYu Watanabe2021-02-201-0/+2
* network: add NextHop= setting in [Route] sectionYu Watanabe2021-02-191-0/+1
* network: configure nexthop before routes that requires gatewayYu Watanabe2021-02-191-1/+1
* network: nexthop: introduce Family= setting in [NextHop] sectionYu Watanabe2021-02-171-0/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: rename network_verify_xxx() -> network_drop_invalid_xxx()Yu Watanabe2020-10-061-1/+1
* network: introduce network_verify_nexthops()Yu Watanabe2020-10-061-1/+2
* network: drop NextHop::oif and always use link ifindexYu Watanabe2020-10-061-3/+1
* network: cleanup headers included in networkd-nexthop.hYu Watanabe2020-10-061-10/+12
* network: drop list of static nexthopsYu Watanabe2020-10-061-2/+0
* network: drop unused nexthop_remove() and nexthop_equal()Yu Watanabe2020-10-061-3/+0
* network: make several functions staticYu Watanabe2020-10-061-8/+0
* network: move manager_rtnl_process_nexthop() to networkd-nexthop.cYu Watanabe2020-10-061-0/+2
* network: move link_request_set_nexthop() to networkd-nexthop.cYu Watanabe2020-10-061-1/+2
* network: introduce ip nexthop routingSusant Sahani2019-10-141-0/+50