summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: Implement B.A.T.M.A.N. Advanced interface typeAnnika Wickert2021-02-2410-3/+300
* network: nexthop: drop unnecessary nexthopsYu Watanabe2021-02-233-0/+188
* network: nexthop: read protocol in received netlink messageYu Watanabe2021-02-232-1/+13
* Merge pull request #18704 from keszybz/fallback-hostame-overrideZbigniew Jędrzejewski-Szmek2021-02-232-3/+3
|\
| * shared/conf-parser: allow more than one location of the main config fileZbigniew Jędrzejewski-Szmek2021-02-212-3/+3
* | network: route: shorten code a bitYu Watanabe2021-02-221-39/+17
* | network: nexthop: add Blackhole= setting in [NextHop] sectionYu Watanabe2021-02-226-58/+173
* | network: nexthop: add OnLink= settingYu Watanabe2021-02-204-3/+69
* | network: fix typoYu Watanabe2021-02-202-2/+2
* | network: make Broadcast= accept boolean valueYu Watanabe2021-02-202-2/+43
* | network: add nexthop ID in debugging logsYu Watanabe2021-02-191-2/+3
* | network: add NextHop= setting in [Route] sectionYu Watanabe2021-02-195-14/+149
* | network: also manage nexthops by IDYu Watanabe2021-02-193-4/+17
* | Merge pull request #18646 from yuwata/network-ip-masquerade-follow-upsZbigniew Jędrzejewski-Szmek2021-02-195-23/+55
|\ \
| * | network: warn when any positive boolean string is specified for IPMasquerade=Yu Watanabe2021-02-193-12/+53
| * | network: address: reuse Address:ip_masquerade_done for IPv6 caseYu Watanabe2021-02-192-11/+2
* | | 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-194-40/+119
|/ /
* | Merge pull request #18659 from poettering/permyriadificationYu Watanabe2021-02-191-4/+5
|\ \
| * | util: move percent/permille/permyriad parser into percent-util.[ch]Lennart Poettering2021-02-181-0/+1
| * | tree-wide: parse permyriads wherever we canLennart Poettering2021-02-181-4/+4
| |/
* / Recommend drop-ins over modifications to the main config fileZbigniew Jędrzejewski-Szmek2021-02-191-8/+9
|/
* network: rename UseFQDN= -> UseHostname=Yu Watanabe2021-02-184-4/+5
* Merge pull request #18685 from poettering/network-type-tweaksLennart Poettering2021-02-188-30/+30
|\
| * network: tighten table alignment a bitLennart Poettering2021-02-181-17/+17
| * network: suffix types with _t in public headersLennart Poettering2021-02-188-13/+13
* | sd-device: add sd_device_get_action() + sd_device_get_seqnum() + sd_device_ne...Lennart Poettering2021-02-181-3/+3
|/
* Merge pull request #18557 from poettering/enum-force-s64Zbigniew Jędrzejewski-Szmek2021-02-181-0/+6
|\
| * network: make use of SD_ENUM_FORCE_S64() for all public enumsLennart Poettering2021-02-161-0/+6
* | network: Add "route_localnet" sysctl supportSusant Sahani2021-02-184-0/+19
* | network: DHCP option- use correct byteorderSusant Sahani2021-02-171-2/+8
* | Merge pull request #18656 from yuwata/network-nexthop-tiny-cleanupsLennart Poettering2021-02-171-27/+33
|\ \
| * | network: NHA_ID should be always setYu Watanabe2021-02-171-1/+7
| * | network: constify argumentsYu Watanabe2021-02-171-6/+6
| * | network: introduce log_nexthop_debug()Yu Watanabe2021-02-171-20/+20
* | | tree-wide: constify variables if possibleYu Watanabe2021-02-171-2/+2
* | | network: use temporary buffer for safetyYu Watanabe2021-02-171-1/+3
* | | network: use in_addr_prefix_to_string()Yu Watanabe2021-02-177-47/+41
* | | tree-wide: use in_addr_is_set() or friendsYu Watanabe2021-02-1718-74/+70
* | | network: assign values after all checks are passedYu Watanabe2021-02-171-5/+11
|/ /
* | network: enumerate nexthops before routesYu Watanabe2021-02-171-4/+4
* | network: nexthop: first create nexthops with IDYu Watanabe2021-02-171-6/+15
* | Merge pull request #18632 from yuwata/network-nexthop-add-familyZbigniew Jędrzejewski-Szmek2021-02-175-6/+107
|\ \
| * | network: nexthop: refuse 0 idYu Watanabe2021-02-171-4/+19
| * | network: nexthop: introduce Family= setting in [NextHop] sectionYu Watanabe2021-02-175-0/+77
| * | network: allow to configure nexthop with null addressYu Watanabe2021-02-171-2/+3
| * | network: nexthop: unset gateway when an empty string is assignedYu Watanabe2021-02-171-0/+8
* | | network: refuse IPv4 multipath route for IPv6 routeYu Watanabe2021-02-171-0/+11
* | | network: Route::gw_family may be AF_UNSPECYu Watanabe2021-02-171-2/+2
|/ /
* | Merge pull request #18007 from fw-strlen/ipv6_masq_and_dnatLennart Poettering2021-02-167-10/+31
|\ \