diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2013-01-07 13:11:47 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2013-01-07 13:11:47 +0100 |
commit | ef6ad795b0a6d475346863c01c285cec37fd807f (patch) | |
tree | 30ef6eb2a3f0ea92081d45452fda0b5d38d348ad /docs/examples/ethernet-iproute | |
parent | 12f38d77c17df916eec0fb1440bf1941c2b55fcd (diff) | |
download | netctl-ef6ad795b0a6d475346863c01c285cec37fd807f.tar.gz netctl-ef6ad795b0a6d475346863c01c285cec37fd807f.tar.xz |
Minor update of sample profiles
Reduced unnecessary quoting and some rewording.
Diffstat (limited to 'docs/examples/ethernet-iproute')
-rw-r--r-- | docs/examples/ethernet-iproute | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/examples/ethernet-iproute b/docs/examples/ethernet-iproute deleted file mode 100644 index 972f5bb..0000000 --- a/docs/examples/ethernet-iproute +++ /dev/null @@ -1,7 +0,0 @@ -Description='A more versatile static ethernet connection using iproute' -Interface=eth0 -Connection=ethernet -IP=static -# Any valid iproute command can be placed in this array -IPCustom=('addr add dev eth0 192.168.1.23/24 brd +' 'route add default via 192.168.1.1') -DNS=('192.168.1.1') |