[INTTEST-33] ipv6 neighboring can not be displayed from VM Instance Created: 14/Nov/17 Updated: 14/Nov/17 |
|
| Status: | Open |
| Project: | integration-test |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Medium |
| Reporter: | Philippe Guibert | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
from CSIT ( eg: vpnservice_ipv6 testing): the current IPv6 command is incorrect. Writes the given `text` on the remote machine and appends a newline. Consumes and returns the server output until `expected` is encountered. Usage: ip [OPTIONS] {address | route | link | tunnel | rule} {COMMAND}ip [OPTIONS] OBJECT {COMMAND} where OBJECT := {address | route | link | tunnel | rule} OPTIONS := { -f[amily] { inet | inet6 | link }| -o[neline] } $ Usage: ip [OPTIONS] {address | route | link | tunnel | rule}{COMMAND} ip [OPTIONS] OBJECT {COMMAND} where OBJECT := {address | rout... ========================== this ticket is proposing to take a commit that uses a correct syntax for using ipv6 neighboring within a VM. |
| Comments |
| Comment by Philippe Guibert [ 14/Nov/17 ] |
|
indeed, i am not sure busybox 1.20 is able to dump neighbor ipv6 entries. I could test with busybox 1.25. it was ok |
| Comment by Jamo Luhrsen [ 14/Nov/17 ] |
|
fix is here: |