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
1 file changed