pierky / arouteserver

A tool to automatically build (and test) feature-rich configurations for BGP route servers.
https://arouteserver.readthedocs.org/
GNU General Public License v3.0
288 stars 46 forks source link

Allow some skew on PDB maximum-prefix data #13

Closed job closed 7 years ago

job commented 7 years ago

PDB data cannot be used as literal values because there is no consensus in the community on what the values mean: it could be exact advertisement count or a hint on what to configure on your side. By adding 100 and adding 15% we accommodate both uses of the value.

This fixes #12

pierky commented 7 years ago

Good, I'll add a couple of configuration options to set those values but they'll be set to 100/15% by default in order to have this feature automatically enabled when using the default config.

job commented 7 years ago

Cool