route-table: Close netlink notifier before closing nln.
authorJesse Gross <jesse@nicira.com>
Tue, 27 Sep 2011 22:27:43 +0000 (15:27 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 27 Sep 2011 23:01:50 +0000 (16:01 -0700)
commitf4dc8c5895ed6a95c7331910c4c54107d783cba5
treed19c09d724fed3583932fb10a6ae53009791d0a3
parent42c2ebcdadeb3aaf3ba128465b5fc58f027868ea
route-table: Close netlink notifier before closing nln.

Commit 2ee6545f2bff7eb27e8c84965e3ff38dfa909bf6 "notifiers: Create
and destroy nln_notifiers." requires callers to explicitly create
and destroy netlink notifiers but route-table only did the creation
part.  This causes an assertion failure any time the netdev for a
vport is destroyed (for example ovs-dpctl show when there is a
tunnel port).

Bug #7464
lib/route-table.c