]> git.puffer.fish Git - mirror/frr.git/commit
lib/table: remove odd casts
authorDavid Lamparter <equinox@diac24.net>
Tue, 21 May 2019 03:00:09 +0000 (05:00 +0200)
committerDavid Lamparter <equinox@diac24.net>
Tue, 21 May 2019 03:42:13 +0000 (05:42 +0200)
commit0734f93b8ed51de625720346c953bd50e9f40487
tree89a5496e235a705d8410d6b203f7da5e9f61d6e3
parentd0a0e597c8955742a744f4dd45014e45dd4f4e25
lib/table: remove odd casts

Working with a proper struct route_node gets us around a bunch of weird
casts here and makes the code slightly more robust.

Signed-off-by: David Lamparter <equinox@diac24.net>
lib/table.c