1. 11 Feb, 2016 37 commits
  2. 10 Feb, 2016 3 commits
    •  * Made PIMNeighbor mostly immutable (apart from updatable timestamp)
       * Equals and hashCode for PIMNeighbor
       * Remove neighbor when we see a HELLO with holdTime==0
       * Periodic task to time out neighbors who haven't sent a HELLO in a while
       * Added a CLI command to view PIM neighbors
      
      Change-Id: I59e52a847f7abcb8e9ac660c2cccace53e46867b
      Jonathan Hart authored
    • Now the PIM application requires PIM Interface configuration for each interface
      that will have PIM enabled (no longer uses all ONOS interfaces). The
      interface-specific PIM parameters can be tuned.
      
      Change-Id: Ibc284fdbe1b3aa4da48097b3e92470bce4f349a7
      Jonathan Hart authored
    • Also added packet request to PacketService to get punt flows installed in switches.
      
      Change-Id: I7340d09a1cf2ec06fb33ac0c4fc14eb43e94f496
      Jonathan Hart authored