)]}'
{
  "commit": "73de55a53c78d572f63d45115681567a4c0cef65",
  "tree": "a6e671a17ca5f9098be0c8c65665a2be0162fd68",
  "parents": [
    "76240f11e640824438605012a8e44c968bc9e5b0"
  ],
  "author": {
    "name": "Donald Sharp",
    "email": "sharpd@cumulusnetworks.com",
    "time": "Tue Jun 16 13:19:56 2015 -0700"
  },
  "committer": {
    "name": "Paul Jakma",
    "email": "paul@quagga.net",
    "time": "Fri Aug 21 17:25:18 2015 +0100"
  },
  "message": "pimd: Stop DR election on every hello\n\nThe DR election is occurring on every hello received.\nThis is because the hello receive packet returns a 0\nfor any successfully received packet.  PIMD then looked\nat the 0 returned and did a DR election.\n\nCode was inspected for the cases where DR should happen:\n(A) Interface ip address change\n(B) DR priority in hello packet changes\n(C) Received a new neighbor on an interface\n(D) Neighbor timer pops.\n\nEach of these initiate a DR election in the code currently.\n\nTesting was initiated on a pim network:\ntor-11# show ip pim designated-router\nNonPri: Number of neighbors missing DR Priority hello option\n\nInterface Address         DR              Uptime   Elections Changes NonPri\nbr1       20.0.15.1       20.0.15.1       00:08:16         1       1      0\nswp1      169.254.0.10    169.254.0.10    00:08:16         2       1      0\nswp2      169.254.0.26    169.254.0.26    00:08:16         2       1      0\ntor-11#\n\nAs you can see Elections \u003d\u003d 2.  This is because pimd performs\nan election on (A) and (C) above.  I see no need to modify\n(A) to check if we have any knowledge of the interface before\nthis call.\n\nSigned-off-by: Donald Sharp \u003csharpd@cumulusnetworks.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "409972d4b3be496216f80442d7198cbd3fe9108c",
      "old_mode": 33188,
      "old_path": "pimd/pim_pim.c",
      "new_id": "7dcb501997b8df59baf9decad298b93b484fc920",
      "new_mode": 33188,
      "new_path": "pimd/pim_pim.c"
    }
  ]
}
