]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: assorted parts of 0abf6796c
authorChristian Franke <nobody@nowhere.ws>
Wed, 24 Aug 2016 15:09:14 +0000 (17:09 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 9 Sep 2016 16:15:13 +0000 (12:15 -0400)
commitbab85d4fcbc55577019bd746b9cc9073778721ce
treebdaef14d04d08a105d19e49e89f72c6094d41af0
parent020a8459245c9b1ed707cf36ce3b19c286105748
zebra: assorted parts of 0abf6796c

    Author: Timo Teräs <timo.teras@iki.fi>
    Date:   Fri Jan 15 17:36:29 2016 +0200

        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>
zebra/zebra_rib.c