diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-01-19 16:50:24 -0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2015-02-04 06:08:02 +0100 |
commit | d632689579bbcbfb5f38c3faf05ad675e002c059 (patch) | |
tree | 3823abed012538efe59e05bd2516b22d8de09f72 /pimd/pim_zebra.c | |
parent | ed14fa00758a156b108854bb35bc5077654f080d (diff) | |
download | quagga-d632689579bbcbfb5f38c3faf05ad675e002c059.tar.bz2 quagga-d632689579bbcbfb5f38c3faf05ad675e002c059.tar.xz |
pimd: Fix configuration file reading upon startup
Without the fix, qpimd issues this error message:
pim_if_add_vif: ifindex=0 < 1 on interface swp1
It happens because in pim_main.c:main() we are initializing zebra with pim_zebra_init() after we read in the configuration with vty_read_config().
See also: https://github.com/udhos/qpimd/issues/3
Diffstat (limited to 'pimd/pim_zebra.c')
0 files changed, 0 insertions, 0 deletions