Skip to content
Snippets Groups Projects
  • Vishnu Emmadi's avatar
    224aecab
    Added support for enabling Tunnel End-points as next-hop for reaching end-points in an · 224aecab
    Vishnu Emmadi authored
    OF Cluster from a L3 NOF domain.
    o VRS detects traffic destined to TEP's MAC and !TEP IP and applies the
      virtual routing logic to the device corresponding to dstIp. It marks the orig dst device
      in the floodlight context
    o Forwarding checks for the orig dst device in floodlight ctxt being a TunnelEndPoint.
      If so, it ensures that the packet is received on the designated port for the TEP device and
      computes the route to the destination device as follows:
          o Intra Cluster SourceSwitch --> DestSwitch
          o Prepend {Source Switch,Port}
          o Append {Dest Switch,Port}
    o Reconcile changes in VRS and Forwarding to handle such flows.
    o Junit tests
    224aecab
    History
    Added support for enabling Tunnel End-points as next-hop for reaching end-points in an
    Vishnu Emmadi authored
    OF Cluster from a L3 NOF domain.
    o VRS detects traffic destined to TEP's MAC and !TEP IP and applies the
      virtual routing logic to the device corresponding to dstIp. It marks the orig dst device
      in the floodlight context
    o Forwarding checks for the orig dst device in floodlight ctxt being a TunnelEndPoint.
      If so, it ensures that the packet is received on the designated port for the TEP device and
      computes the route to the destination device as follows:
          o Intra Cluster SourceSwitch --> DestSwitch
          o Prepend {Source Switch,Port}
          o Append {Dest Switch,Port}
    o Reconcile changes in VRS and Forwarding to handle such flows.
    o Junit tests