]> git.puffer.fish Git - mirror/frr.git/commit
zebra: warn if advertising connected with _REAL unset
authorChristian Franke <chris@opensourcerouting.org>
Thu, 24 Jan 2013 14:04:47 +0000 (14:04 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 19 Sep 2013 15:51:16 +0000 (17:51 +0200)
commitc7df92de2dc91d0a934cf892e543728cb1a10849
tree81bbf6ded1b86ccd95cc76d17f9ff3cec55ad9fb
parentd7f5dad6d1ab3078fcabc79e15a88873940c074d
zebra: warn if advertising connected with _REAL unset

The implementation in zebra and the zclient protocol allow to communicate
addresses to clients which are not yet in the kernel.

This is usually not done and most clients seem to expect an address to be
configured in the kernel when they receive it. Therefore, it seems
reasonable to issue a warning when advertising an address to the clients
that is not yet in the kernel.

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
zebra/redistribute.c