about summary refs log tree commit diff
path: root/nixos/modules/tasks/network-interfaces-systemd.nix
AgeCommit message (Expand)AuthorFilesLines
2022-08-19nixos/network-interfaces-systemd: do not ignore /0 gateway routesPierre Bourdon1-1/+1
2022-06-21nixos/networkd: add `IPv6PrivacyExtensions=kernel` for default networksNaïm Favier1-0/+2
2022-06-21nixos/networkd: make default networks `RequiredForOnline` when possibleNaïm Favier1-7/+7
2022-06-18nixos/networking: fix v4+v6 default gateways with networkdpennae1-5/+4
2022-06-02nixos/network-interfaces: add networking.interfaces.<name>.ipv[46].routes.typeAlexandru Scvortov1-0/+3
2022-04-30nixos/network-interfaces-systemd: actually set catchall-iface if `useDHCP = t...Maximilian Bosch1-12/+14
2022-04-30nixos/networkd: reimplement useDHCP in a sensible wayLinus Heckemann1-6/+34
2022-03-23networking.greTunnels: Add ttl optionjpathy1-0/+2
2022-01-21nixos/networkd: fix networking.networkd.static testLuflosi1-1/+1
2022-01-20nixos/networkd: Add routes from interfaces to [Route] section of .network fileLuflosi1-0/+61
2021-12-07nixos/networking: add options for configuring a GRE tunnelMatthew Leach1-0/+20
2021-10-16nixos/networking: support FOU encapsulation for sitspennae1-1/+11
2021-10-16nixos/networking: add foo-over-udp endpoint supportpennae1-0/+20
2021-08-16Merge pull request #103738 from netixx/openvswitch-improved-systemdMichele Guerini Rocco1-3/+0
2021-04-04iproute: deprecate aliasSandro Jäckel1-1/+1
2021-02-03Revert "nixos/network-interfaces-systemd: fix IPv6 privacy extensions"Florian Klink1-11/+1
2020-12-17nixos/network-interfaces-systemd: fix IPv6 privacy extensionsFlorian Klink1-1/+11
2020-11-13openvswitch: better integration with systemdNetix (Espinet François)1-3/+0
2020-04-13nixos/networking: fix setting .macAddress and .mtu with networkdFlorian Klink1-1/+6
2020-02-21Merge pull request #53033 from netixx/openvswitch-improved-systemdJörg Thalheim1-7/+62
2019-12-15openvswitch: better integration with systemdNetix (Espinet François)1-7/+62
2019-12-08nixos/networkd: only set gateway if it's explicitly specified in the module s...Maximilian Bosch1-2/+2
2019-10-26Fix typo in message (`vswichtes` → `vswitches`)Elias Probst1-1/+1
2019-10-23nixos/network: remove 99-main.networkFlorian Klink1-9/+0
2019-09-25Merge branch 'master' into networkd-disallow-dhcpRobin Gloster1-1/+1
2019-09-24nixos/network: replace deprecated DHCP=both by DHCP=yesRoman Volosatovs1-1/+1
2019-09-24networking.useDHCP: disallow for networkdRobin Gloster1-4/+8
2019-09-08nixos/networkd: continue supporting 99-main with wildcard interface matchAndreas Rammhold1-1/+9
2019-08-28Merge staging-next into stagingFrederik Rietdijk1-4/+4
2019-08-26treewide: remove redundant quotesvolth1-3/+3
2019-08-05mass replace "flip map -> forEach"danbst1-4/+4
2019-08-05Revert "mass replace "flip map -> foreach""danbst1-4/+4
2019-07-14mass replace "flip map -> foreach"danbst1-4/+4
2019-06-03nixos/networkd: rename GatewayOnlink to GatewayOnLinkAndreas Rammhold1-1/+1
2019-06-03nixos/networkd: use the route section for default routesAndreas Rammhold1-1/+8
2019-06-03nixos/networkd: use `no` instead of `none` for `DHCP=` optionAndreas Rammhold1-1/+1
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2018-02-17nixos/networking-interfaces: rename IP addresses/routes optionsrnhmjoj1-8/+2
2018-02-01nixos/networking-interfaces: add preferTempAddress optionrnhmjoj1-0/+1
2018-01-31nixos/networking-interfaces: set default value for virtualTypernhmjoj1-14/+10
2017-03-25networkd: fix setting both defaultGateway{,6}Robin Gloster1-9/+10
2017-02-18network-interfaces service: fix typo in bonding optionsFranz Pletz1-1/+1
2017-02-16networking.networkd: adjust autmatic mapping of bondsProfpatsch1-10/+58
2017-02-07nixos/networkd: Fix eval error for defaultGatewayaszlig1-2/+2
2017-02-02network-interfaces service: add defaultGateway{,6}.interfaceNikolay Amiantov1-0/+6
2016-09-13networking.dhcpcd: Don't add to system closure when using networkd (#18436)Alexander Ried1-1/+1
2015-09-25nixos networking: add vswitch optionThomas Strobel1-0/+3
2015-02-24nixos/networkd: Add an assertion for unsupported rstpWilliam A. Kennington III1-1/+4
2014-12-17nixos/network-interfaces: Add ipv6 gateway supportWilliam A. Kennington III1-0/+2
2014-12-10Don't require forcing utils to get to libShea Levy1-1/+1