We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7944d73 commit ad471ecCopy full SHA for ad471ec
src/types/view-devices/vRouter.ts
@@ -329,6 +329,11 @@ export class ViewRouter extends ViewNetworkDevice {
329
}
330
331
332
+/**
333
+ * A packet with the interface it was received on.
334
+ * This is used to keep track of which interface the packet was received on
335
+ * when it is enqueued in the packet queue.
336
+ */
337
interface PacketWithIface {
338
packet: IPv4Packet;
339
iface: number;
0 commit comments