For routed packet received from vport (for example, a L2TP packet to be routed to another normal ethernet interface), how does the virtual interface logic handle the packet?
First, I think outer encapsulation tunnel header should be stripped, else OF switch won't see the inner header; and because it's a routed packet, so only raw IP packet will be left(without 14 bytes MAC header). My question is, shall the vif add a "pseudo MAC header" to the left raw IP packet? I think OF switch can't handle raw IP packet, for it always suppose that packet begin with dstMAC _______________________________________________ openflow-discuss mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
