commit | d632689579bbcbfb5f38c3faf05ad675e002c059 | [log] [tgz] |
---|---|---|
author | Donald Sharp <sharpd@cumulusnetworks.com> | Mon Jan 19 16:50:24 2015 -0200 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Feb 04 06:08:02 2015 +0100 |
tree | 3823abed012538efe59e05bd2516b22d8de09f72 | |
parent | ed14fa00758a156b108854bb35bc5077654f080d [diff] |
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