diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-06-07 15:52:47 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-18 10:59:33 +0100 |
commit | 322e41de7f4fb21315bf75f1038314c31ac4754b (patch) | |
tree | 9f6128b7e2d91110492b5d0c3e3992f25b5da491 /.templateconf | |
parent | 02709d4709c56f9b9095e3555da35b659b03a8a3 (diff) | |
download | openembedded-core-322e41de7f4fb21315bf75f1038314c31ac4754b.tar.gz openembedded-core-322e41de7f4fb21315bf75f1038314c31ac4754b.tar.bz2 openembedded-core-322e41de7f4fb21315bf75f1038314c31ac4754b.zip |
runqemu-ifdown: ensure to clean up TAP
In runqemu-ifup, ip command is used to add TAP; in runqemu-ifdown,
we should do the reversed logic, using ip command to delete TAP, to
make sure TAP is cleaned up by ourselves.
I can see that in runqemu-ifdown script, 'tunctl -d' and 'iptables'
commands are used to deal with TAP, but these two commands cannot
make sure that the TAP is cleaned up.
runqemu-ifup uses 'ip' to set up TAP, we really need to do the opposite
in runqemu-ifdown.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.templateconf')
0 files changed, 0 insertions, 0 deletions