summaryrefslogtreecommitdiff
path: root/src/network/networkd-nexthop.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: replace __alignof__() with alignof()Yu Watanabe2023-04-141-1/+1
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-1/+1
* basic/in-addr-util: add IN_ADDR_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-3/+4
* network: re-design request queueYu Watanabe2022-03-111-8/+12
* network: introduce request_call_netlink_async()Yu Watanabe2022-03-111-24/+8
* network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-111-7/+3
* network: make address_configure() and friends take Request objectYu Watanabe2022-03-111-8/+4
* network: adjust assertionsYu Watanabe2022-02-261-1/+2
* network: move functionsYu Watanabe2022-02-251-66/+66
* network: drop detailed log messagesYu Watanabe2022-02-251-26/+26
* network: coding style fixesYu Watanabe2022-02-091-1/+1
* network: remove only managed configs on reconfigure or carrier lostYu Watanabe2022-02-011-6/+10
* network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-191-5/+5
* network: include route or nexthop flags in the debug logsYu Watanabe2021-11-141-3/+4
* network: split networkd-route.[ch]Yu Watanabe2021-11-141-1/+1
* network: manage route and nexthop flagsYu Watanabe2021-11-131-6/+14
* network: delay dropping addresses or so on reloading .network filesYu Watanabe2021-10-261-5/+32
* network: make several hash_ops staticYu Watanabe2021-10-041-1/+1
* network: use NetworkConfigSource/State to manage addresses and routesYu Watanabe2021-09-241-9/+0
* network: use NetworkConfigSource/State to manage nexthopsYu Watanabe2021-09-151-253/+237
* network: drop unused "after_configure" feature for nexthops, neighbors, and r...Yu Watanabe2021-09-101-9/+0
* network: fix logic for checking gateway address is readyYu Watanabe2021-08-221-6/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-2/+2
* networkd: replace one trivial asprintf with xsprintfZbigniew Jędrzejewski-Szmek2021-07-091-3/+5
* network: rename Manager::links -> Manager::links_by_indexYu Watanabe2021-07-011-3/+3
* network: do not process requests which conditionalized with link flags while ...Yu Watanabe2021-06-091-1/+3
* network: expose hash and compare functionsYu Watanabe2021-06-081-2/+2
* network: nexthop: add Group= setting to configure multipath route with group ...Yu Watanabe2021-05-221-34/+261
* network: nexthop: IFF_UP flag is required for nexthops which attached to a linkYu Watanabe2021-05-221-3/+10
* network: make nexthop_add(), nexthop_configure() and friends return 0 on successYu Watanabe2021-05-221-8/+6
* network: fix possible message counter double decrementYu Watanabe2021-05-181-0/+3
* network: use request queue to configure addresses, routes, and nexthopsYu Watanabe2021-05-121-39/+136
* network: nexthop: add NextHop object before sending netlink requestYu Watanabe2021-05-121-6/+6
* network: make nexthop_configure() take callbackYu Watanabe2021-05-121-33/+39
* network: reduce indentation in log_address_debug() or friendsYu Watanabe2021-04-301-10/+11
* Voidify log_link_debugZbigniew Jędrzejewski-Szmek2021-04-141-2/+4
* network: nexthop: drop unnecessary nexthopsYu Watanabe2021-02-231-0/+178
* network: nexthop: read protocol in received netlink messageYu Watanabe2021-02-231-0/+12
* network: nexthop: add Blackhole= setting in [NextHop] sectionYu Watanabe2021-02-231-55/+157
* network: nexthop: add OnLink= settingYu Watanabe2021-02-211-0/+62
* network: fix typoYu Watanabe2021-02-201-1/+1
* network: add NextHop= setting in [Route] sectionYu Watanabe2021-02-191-0/+17
* network: also manage nexthops by IDYu Watanabe2021-02-191-4/+12
* network: nexthop: update ID of nexthop created without specifiying IDYu Watanabe2021-02-191-8/+67
* network: configure nexthop before routes that requires gatewayYu Watanabe2021-02-191-8/+12
* Merge pull request #18656 from yuwata/network-nexthop-tiny-cleanupsLennart Poettering2021-02-171-27/+33
|\
| * network: NHA_ID should be always setYu Watanabe2021-02-181-1/+7
| * network: constify argumentsYu Watanabe2021-02-181-6/+6
| * network: introduce log_nexthop_debug()Yu Watanabe2021-02-181-20/+20
* | tree-wide: use in_addr_is_set() or friendsYu Watanabe2021-02-181-3/+3
|/