Skip to content
Snippets Groups Projects
Commit ed16111f authored by Ananth Suryanarayana's avatar Ananth Suryanarayana
Browse files

Merge remote-tracking branch 'floodlight/master'

parents 0068af37 d0aec691
No related branches found
No related tags found
No related merge requests found
...@@ -786,7 +786,7 @@ IFlowReconcileListener, IInfoProvider, IHAListener { ...@@ -786,7 +786,7 @@ IFlowReconcileListener, IInfoProvider, IHAListener {
* @param pi the original packetin * @param pi the original packetin
* @return the entity from the packet * @return the entity from the packet
*/ */
private Entity getSourceEntityFromPacket(Ethernet eth, protected Entity getSourceEntityFromPacket(Ethernet eth,
long swdpid, long swdpid,
int port) { int port) {
byte[] dlAddrArr = eth.getSourceMACAddress(); byte[] dlAddrArr = eth.getSourceMACAddress();
...@@ -811,7 +811,7 @@ IFlowReconcileListener, IInfoProvider, IHAListener { ...@@ -811,7 +811,7 @@ IFlowReconcileListener, IInfoProvider, IHAListener {
* @param eth * @param eth
* @return * @return
*/ */
private Entity getDestEntityFromPacket(Ethernet eth) { protected Entity getDestEntityFromPacket(Ethernet eth) {
byte[] dlAddrArr = eth.getDestinationMACAddress(); byte[] dlAddrArr = eth.getDestinationMACAddress();
long dlAddr = Ethernet.toLong(dlAddrArr); long dlAddr = Ethernet.toLong(dlAddrArr);
short vlan = eth.getVlanID(); short vlan = eth.getVlanID();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment