summaryrefslogtreecommitdiff
path: root/lib/route-table.c
Commit message (Expand)AuthorAgeFilesLines
* route-table: Clear route_notifier after free.Jesse Gross2011-09-281-0/+1
* route-table: Close netlink notifier before closing nln.Jesse Gross2011-09-271-0/+1
* notifiers: Create and destroy nln_notifiers.Ethan Jackson2011-09-161-6/+10
* notifiers: Rename run and wait functions.Ethan Jackson2011-09-161-4/+4
* netlink-notifier: Rename rtnetlink code.Ethan Jackson2011-09-011-18/+14
* lib: Rename rtnetlink.[ch] files.Ethan Jackson2011-09-011-1/+1
* util: Don't read over 'size - 1' bytes of source string in ovs_strlcpy().Ben Pfaff2011-02-221-3/+2
* lib: Fix off-by-one error in route-table.Ethan Jackson2011-02-011-1/+1
* lib: route-table improvements.Ethan Jackson2011-01-311-2/+145
* netlink-socket: Add functions for joining and leaving multicast groups.Ben Pfaff2011-01-271-1/+1
* route-table: Handle route updates more robustly.Ethan Jackson2011-01-141-26/+22
* route-table: Process route messages more selectively.Ethan Jackson2011-01-141-0/+13
* lib: Simplify rtnetlink routing functionality.Ethan Jackson2011-01-141-0/+338