Create a plugin for up'ing a lo device
authorZachary Gershman <zgershman@pivotal.io>
Fri, 12 Feb 2016 17:30:10 +0000 (09:30 -0800)
committerzachgersh <zachgersh@gmail.com>
Mon, 29 Feb 2016 17:29:06 +0000 (12:29 -0500)
commit2708bdf2f5e61f9d440fbaea0268c9689ffbcd5f
tree5a10eb36415a9e7efa80f677ab5804184da8e842
parentebd5be84754e55fbf8ad60101f730fd4f677f452
Create a plugin for up'ing a lo device

- Believe we need sudo to create netns
- Use syscall instead of relying on ip netns
- Add sudo to .travis.yml
- Needs more -E
- Revert Godeps GoVersion to 1.4.2
- in travis, test command is run with all necessary env vars
- Loopback plugin only works on 'lo' interface
- Update README, add loopback plugin config
- note script dependency on jq

Signed-off-by: Gabe Rosenhouse <grosenhouse@pivotal.io>
.travis.yml
Godeps/Godeps.json
README.md
plugins/main/loopback/loopback.go [new file with mode: 0644]
plugins/main/loopback/loopback_suite_test.go [new file with mode: 0644]
plugins/main/loopback/loopback_test.go [new file with mode: 0644]
scripts/priv-net-run.sh