1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libnss-gw-name
Section: admin
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-installnss,
pkg-config,
libnl-3-dev,
libnl-route-3-dev,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: http://www.joachim-breitner.de/projects#libnss-gw-name
Package: libnss-gw-name
Architecture: linux-any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: nss module that names the current gateway’s IP address
This Name Service Switch (NSS) module resolves the name “gateway.localhost” to
the IP of the current default gateways of the system. This allows easy access
to router configuration and to check if connectivity problems are local or
not.
|