diff options
author | Svante Signell <svante.signell@gmail.com> | 2014-10-22 14:25:00 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-10-23 13:00:24 -0500 |
commit | 203b754f843fe6af0a40e983d557a9cdbc89f84b (patch) | |
tree | bc2cfdb441feb21382143baf22d49d1e8850e92a /conf.d | |
parent | 89c8a62a1078e770e12c47f06c8dbc9c2924e771 (diff) |
add missing files for GNU/Hurd
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/network.GNU.in | 4 | ||||
-rw-r--r-- | conf.d/staticroute.GNU.in | 7 |
2 files changed, 11 insertions, 0 deletions
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" |