)]}'
{
  "commit": "d8aa4beab72cdd2c2d78f9e624fd4b704eec488f",
  "tree": "b2f1db2c50ce548175240b9621df6df936cf44a6",
  "parents": [
    "7125293d65d73a451ec203c8c1630c236171f5a3"
  ],
  "author": {
    "name": "Donald Sharp",
    "email": "sharpd@cumulusnetworks.com",
    "time": "Mon Sep 28 20:10:40 2015 -0400"
  },
  "committer": {
    "name": "Paul Jakma",
    "email": "paul@quagga.net",
    "time": "Tue Oct 27 10:53:21 2015 +0000"
  },
  "message": "vtysh: Fix Quagga.conf file read in.\n\nThere exists a sequence of cli commands that are successfully read in by bgpd.conf, but\nnot by a consolidated Quagga.conf.\n\nThis issue stems from the fact that the consolidated config file attempts to match the\ncurrent node + 1 node up the tree, while the individual config file searches for matches\nall the way up the tree.\n\nQuagga.conf read-in relies on vtysh_cmd.c command parsing which puts all nodes\nat CONFIG_NODE and if a match is found CMD_SUCCESS_DAEMON is returned.  This signals to\nthe parser to call the appropriate daemon with the comamnd.\n\nbgp as an example has three levels of config node\u0027s.  If you are reading in a config node\nat the 3rd level(say address-family ipv6) then transition to another node under bgp it will\nnot work in Quagga.conf because the code only looked up one node and was at CONFIG_BGP when it failed\nto find a match.\n\nSigned-off-by: Donald Sharp \u003csharpd@cumulusnetworks.com\u003e\nReviewed-by: Daniel Walton \u003cdwalton@cumulusnetworks.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "20841604c13efaf603444880f9f4bfb9876095fd",
      "old_mode": 33188,
      "old_path": "lib/command.c",
      "new_id": "37767e9253e41f9510559e62c562bbed7e50b94a",
      "new_mode": 33188,
      "new_path": "lib/command.c"
    },
    {
      "type": "modify",
      "old_id": "bb0122fa4d5f374b9e93023d2675258debbce28a",
      "old_mode": 33188,
      "old_path": "lib/command.h",
      "new_id": "6030069a49706c51117c43791173c4c78c38778d",
      "new_mode": 33188,
      "new_path": "lib/command.h"
    },
    {
      "type": "modify",
      "old_id": "783c383c8d5b9eb87feb9fb1d14be94597a8c200",
      "old_mode": 33188,
      "old_path": "vtysh/vtysh.c",
      "new_id": "b55c6719bbd69811dafc8696241b7bd3eade42a8",
      "new_mode": 33188,
      "new_path": "vtysh/vtysh.c"
    }
  ]
}
