services: static-networking: Remove unused parameter.

This is a followup to e48fcd7b8d.

* gnu/services/networking.scm (static-networking-service): Remove #:net-tools.
(static-networking-service-type): Remove outdated comment.
master
Ludovic Courtès 2016-11-21 09:41:38 +01:00
parent e01e2c6c52
commit b3131e2318
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 5 deletions

View File

@ -126,9 +126,6 @@ fe80::1%lo0 apps.facebook.com\n")
(($ <static-networking> interface ip netmask gateway provision
name-servers)
(let ((loopback? (memq 'loopback provision)))
;; TODO: Eventually replace 'route' with bindings for the appropriate
;; ioctls.
(shepherd-service
;; Unless we're providing the loopback interface, wait for udev to be up
@ -191,8 +188,7 @@ fe80::1%lo0 apps.facebook.com\n")
#:key
netmask gateway
(provision '(networking))
(name-servers '())
(net-tools net-tools))
(name-servers '()))
"Return a service that starts @var{interface} with address @var{ip}. If
@var{netmask} is true, use it as the network mask. If @var{gateway} is true,
it must be a string specifying the default network gateway."