commit | df2ef24fb73c83a6e733be9eb8cac3e0df8467f8 | [log] [tgz] |
---|---|---|
author | Matthieu Boutier <boutier@pps.univ-paris-diderot.fr> | Wed Sep 10 16:50:45 2014 +0200 |
committer | Paul Jakma <paul@quagga.net> | Wed Jul 20 12:58:31 2016 +0100 |
tree | 0d208e09a57754656de13c222d321ed8a8c47b05 | |
parent | 543e791be9257e60d4d02abd0cdac7337a31636a [diff] |
lib: Make distribute.c accepts both v4 and v6. distribute.c doesn't allow to manage both v4 and v6 distribute lists. This patch fix this problem by having 4 DISTRIBUTE* values in the enumeration instead of two. The code in all daemons using distribute.c is adapted.