From 203b754f843fe6af0a40e983d557a9cdbc89f84b Mon Sep 17 00:00:00 2001 From: Svante Signell Date: Wed, 22 Oct 2014 14:25:00 -0500 Subject: add missing files for GNU/Hurd --- conf.d/network.GNU.in | 4 ++++ conf.d/staticroute.GNU.in | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 conf.d/network.GNU.in create mode 100644 conf.d/staticroute.GNU.in (limited to 'conf.d') diff --git a/conf.d/network.GNU.in b/conf.d/network.GNU.in new file mode 100644 index 00000000..78aa412e --- /dev/null +++ b/conf.d/network.GNU.in @@ -0,0 +1,4 @@ + +# You can assign a default route +#defaultroute="gw 192.168.0.1" +#defaultroute6="gw 2001:a:b:c" diff --git a/conf.d/staticroute.GNU.in b/conf.d/staticroute.GNU.in new file mode 100644 index 00000000..58d77e3c --- /dev/null +++ b/conf.d/staticroute.GNU.in @@ -0,0 +1,7 @@ +# Separate multiple routes using ; or new lines. +# /etc/route.conf(5) takes precedence over this configuration. + +# Example static routes. See route(8) for syntax. +# FIXME: "net ..." not supported +#staticroute="net 192.168.0.0 -netmask 255.255.255.0 --address 10.73.1.1 +#net 192.168.1.0 -netmask 255.255.255.0 --address 10.73.1.1" -- cgit v1.2.3