diff options
author | Justin chi <chigang@huawei.com> | 2017-03-27 10:15:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-27 10:15:22 +0000 |
commit | 13fa012b75df88d1e85470f1768bc7c704a2faf9 (patch) | |
tree | 4f1580f5c5367de59f77065b37d9887d46a49cdb /docs/featureprojects.rst | |
parent | 96d23ca8f1879bbd5f1484af27248abd5219747e (diff) |
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Fix preseed MAC address fetch method"
- Fix preseed MAC address fetch method
JIRA: -
e.g.:
root@host1:~# ip link show eth4
6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether ec:38:8f:79:fa:5c brd ff:ff:ff:ff:ff:ff
root@host1:~# echo $(echo $@ | cut -d' ' -f17)
ec:38:8f:79:fa:5c
root@host4:~# ip link show eth4
6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop portid 0100000000000000000000000000003000 state DOWN mode DEFAULT group default qlen 1000
link/ether e0:36:76:d2:34:73 brd ff:ff:ff:ff:ff:ff
root@host4:~# echo $(echo $@ | cut -d' ' -f17)
1000
root@host4:~# echo $(echo $@ | cut -d' ' -f19)
e0:36:76:d2:34:73
Change-Id: I916c19807da724e9ba471376f81f3c763b9340d5
Signed-off-by: QiLiang <liangqi1@huawei.com>
Diffstat (limited to 'docs/featureprojects.rst')
0 files changed, 0 insertions, 0 deletions