diff options
author | Neale Ranns <nranns@cisco.com> | 2020-10-08 14:02:35 +0000 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2020-10-08 14:02:35 +0000 |
commit | 0e12131f8bf519fb301d4a2e34c3e0a4944da796 (patch) | |
tree | bb706b5d4cbe4551e74ce52792058a01c28de740 /src/scripts/vnet | |
parent | 533bf08cf491a9b74cf761abf05709248a80b274 (diff) |
pg: Choose the input interface from the stream's rx
Type: fix
Signed-off-by: Neale Ranns <nranns@cisco.com>
Change-Id: I656918a417d33ec6bea30054805e03ae19c38f2d
Diffstat (limited to 'src/scripts/vnet')
-rw-r--r-- | src/scripts/vnet/mpls-to-dot1ad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/vnet/mpls-to-dot1ad b/src/scripts/vnet/mpls-to-dot1ad index 93d3a701595..ea8418e70e8 100644 --- a/src/scripts/vnet/mpls-to-dot1ad +++ b/src/scripts/vnet/mpls-to-dot1ad @@ -43,7 +43,7 @@ packet-generator new { name v2g limit 1 node ethernet-input - interface pg1.12 + interface pg1 data { hex 0x000000000011005056b77c8388a80020810000210102030405060708 } |