route-table: Clear route_notifier after free.
authorJesse Gross <jesse@nicira.com>
Wed, 28 Sep 2011 16:52:07 +0000 (09:52 -0700)
committerJesse Gross <jesse@nicira.com>
Wed, 28 Sep 2011 18:28:37 +0000 (11:28 -0700)
commit2f0dc471d0a6eb61c525e8bff927cf19e835b87f
tree27fc4a949c0c4d4d84c8b2fd3b28a0c89093747b
parent6ff686f2bc2afcfb0a9ad9793d834979dc9870d6
route-table: Clear route_notifier after free.

If the routing table is destroyed and re-created then it will
trigger another assertion because route_notifier is not NULL,
even though it has already been freed.
lib/route-table.c