commit | 0abf6796c3d8ae8f5ea8624668424bc1554de25e | [log] [tgz] |
---|---|---|
author | Timo Teräs <timo.teras@iki.fi> | Fri Jan 15 17:36:29 2016 +0200 |
committer | Paul Jakma <paul.jakma@hpe.com> | Fri Feb 26 14:11:46 2016 +0000 |
tree | 2d1713deeb970d79930912588341ff756949b49c | |
parent | b0d02889624eaafa0984873dcd78c086418bdf13 [diff] |
zebra: atomic FIB updates This commit updates the kernel API so that route changes are atomically updated using change/replaces messages instead of first sending a withdraw followed with update. Same for zclient updates, changes are sent as single ADD instead of DELETE + ADD. Signed-off-by: Timo Teräs <timo.teras@iki.fi>