export_type
enum export_type export_type;
curpeer->conf.export_type = EXPORT_NONE;
curpeer->conf.export_type = EXPORT_DEFAULT_ROUTE;
p->conf.export_type = EXPORT_UNSET;
if (p->export_type == EXPORT_NONE)
else if (p->export_type == EXPORT_DEFAULT_ROUTE)
if (peer->export_type != peer->conf.export_type) {
peer->export_type = peer->conf.export_type;
if (peer->export_type == EXPORT_NONE) {
} else if (peer->export_type == EXPORT_DEFAULT_ROUTE) {
enum export_type export_type;
peer->export_type = peer->conf.export_type;
if (peer->export_type == EXPORT_NONE ||
peer->export_type == EXPORT_DEFAULT_ROUTE)
if (peer->export_type == EXPORT_NONE) {
} else if (peer->export_type == EXPORT_DEFAULT_ROUTE) {