diff options
author | Rémy Oudompheng <remy@archlinux.org> | 2011-06-19 23:49:13 +0200 |
---|---|---|
committer | Rémy Oudompheng <remy@archlinux.org> | 2011-06-19 23:49:30 +0200 |
commit | 685609ae1b725fa60ab1cc07967be4f452995ee1 (patch) | |
tree | be7f90533ea6c58f081367968865857b1a81ea72 /docs/examples | |
parent | e6f7491fb2e7a355236e78e853f8b95e47c9fd1e (diff) | |
download | netctl-685609ae1b725fa60ab1cc07967be4f452995ee1.tar.gz netctl-685609ae1b725fa60ab1cc07967be4f452995ee1.tar.xz |
Add basic tuntap IP configuration capabilities
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/tuntap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/examples/tuntap b/docs/examples/tuntap index 2917875..1563520 100644 --- a/docs/examples/tuntap +++ b/docs/examples/tuntap @@ -4,3 +4,8 @@ MODE='tun' USER='nobody' GROUP='nobody' +## Example IP configuration +#IP='static' +#SKIPNOCARRIER='yes' +#ADDR='10.10.1.2' + |