summaryrefslogtreecommitdiff
path: root/src/network/networkd-nexthop.h
Commit message (Expand)AuthorAgeFilesLines
* 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-081-0/+3
* network: nexthop: add Group= setting to configure multipath route with group ...Yu Watanabe2021-05-221-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-231-0/+3
* network: nexthop: add OnLink= settingYu Watanabe2021-02-211-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-071-1/+1
* network: introduce network_verify_nexthops()Yu Watanabe2020-10-071-1/+2
* network: drop NextHop::oif and always use link ifindexYu Watanabe2020-10-071-3/+1
* network: cleanup headers included in networkd-nexthop.hYu Watanabe2020-10-071-10/+12
* network: drop list of static nexthopsYu Watanabe2020-10-071-2/+0
* network: drop unused nexthop_remove() and nexthop_equal()Yu Watanabe2020-10-071-3/+0
* network: make several functions staticYu Watanabe2020-10-071-8/+0
* network: move manager_rtnl_process_nexthop() to networkd-nexthop.cYu Watanabe2020-10-071-0/+2
* network: move link_request_set_nexthop() to networkd-nexthop.cYu Watanabe2020-10-071-1/+2
* network: introduce ip nexthop routingSusant Sahani2019-10-141-0/+50