commit | cb9e0ceec988a059dd2269ebc54722c01afb7cca | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@sun.com> | Sun Apr 20 00:31:57 2008 +0100 |
committer | Paul Jakma <paul@quagga.net> | Tue Jul 28 16:24:19 2009 +0100 |
tree | c558e706ffca27dd4568f729a48b6f8c83a64c9a | |
parent | 9afabaf048af74a370dfc71411b6963641f713b2 [diff] |
[zebra] Fix crash in test_zebra * kernel_null.c: we're pretending to add an address, so set IFC_REAL. If this isn't done, calling into the 'got address from kernel' half of zebra will implicitly-withdraw the ifc, which could cause a crash in test_zebra.c.