1. 21 Jan, 2015 19 commits
  2. 20 Jan, 2015 14 commits
  3. 19 Jan, 2015 3 commits
  4. 17 Jan, 2015 4 commits
    • aovid duplicate call of toString.
      
      Apply changes to FlowEntryBuilder and FlowModBuilder as well.
      Fix missing break; issue.
      
      Change-Id: I1a2e59ca943bbcc9677b9fc0cb9eb2f7cb3d7aa3
      Kunihiro Ishiguro authored
    • Also renamed ProxyArpService#known(Ip4Address) to
      ProxyArpService#isKnown(Ip4Address)
      
      Fixes ONOS-722.
      
      Change-Id: I136c65e58693926e87b822cb0f4ec1c4ba0e3780
      Jonathan Hart authored
    • currently chains null devices together in a linear topology.
      
      The tunable parameters for this provider are:
        - flicker = [default false]  : flap the links by sending LinkEvents
        - eventRate = [default 3000] : time between LinkEvents, in msec
      
      Reference: ONOS-446
      
      Change-Id: I865c1c43c3216d9b64d67bda7c118bb041d5b1c9
      Ayaka Koshibe authored
    • Default drop rule has the lowest priority and matches everything. This means
      if a packet doesn't match any rules in the flow table, it is dropped. This
      brings OF1.0 behaviour into line with OF1.3+ behaviour.
      
      Change-Id: Id73839907a664bdccbc7a5eb904a8edd2a6222e7
      Jonathan Hart authored