)]}'
{
  "commit": "b0145ddb4bf75d2c8853aa3d0bc7c522f4f17531",
  "tree": "01df97d02a64742e9dbd4238f77d627c9f08eee7",
  "parents": [
    "945ea293399af6c9ff3efd07686ff30c3d2a3e8b"
  ],
  "author": {
    "name": "Nolan Leake",
    "email": "nolan@cumulusnetworks.com",
    "time": "Thu Sep 13 17:17:31 2012 +0000"
  },
  "committer": {
    "name": "David Lamparter",
    "email": "equinox@opensourcerouting.org",
    "time": "Thu Oct 25 10:15:58 2012 -0700"
  },
  "message": "zebra: make static routes respect table setting\n\nMake static routes respect non-default routing tables.\n\nBEFORE PATCH\n------------\n\n! in zebra.conf\ntable 1\n\n! add static route\nvtysh\u003e ip route 10.0.0.0/30 eth0\n\ncumulus@net-top0:~$ ip route\ndefault via 192.168.0.2 dev eth0\n10.0.0.0/30 dev eth0  proto zebra\n192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.15\n\n! nothing in table 1\ncumulus@net-top0:~$ ip route show table 1\n\nAFTER PATCH\n-----------\n\n! in zebra.conf\ntable 1\n\n! add static route\nvtysh\u003e ip route 10.0.0.0/30 eth0\n\ncumulus@net-top0:~$ ip route\ndefault via 192.168.0.2 dev eth0\n192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.15\n\n! static route in table 1\ncumulus@net-top0:~$ ip route show table 1\n10.0.0.0/30 dev eth0  proto zebra\n\nSigned-off-by: Nolan Leake \u003cnolan@cumulusnetworks.com\u003e\nReviewed-by: Scott Feldman \u003csfeldma@cumulusnetworks.com\u003e\nSigned-off-by: David Lamparter \u003cequinox@opensourcerouting.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "50674ee889f9281fbe9abd387f19035835439cc5",
      "old_mode": 33188,
      "old_path": "zebra/zebra_rib.c",
      "new_id": "b8a47031f25ff8aac7eef3bf8f395bcf175e9f48",
      "new_mode": 33188,
      "new_path": "zebra/zebra_rib.c"
    }
  ]
}
