Commit 345626b
Basic tunnel exercise fixes (#625)
* Support negative-valued action parameters
by converting them in the Python helper code into a positive value
whose bit pattern is the 2's complement representation of the negative
value.
* Change send.py for exercise basic_tunnel so its README is correct
The README said to expect a packet with a TCP header at the receiver,
but send.py was not adding a TCP header to the packet when the
`--dst_id` command line option was specified.
---------
Co-authored-by: jafinger <jafinger@cisco.com>1 parent ead3871 commit 345626b
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments