AS_TRANS
curpeer->conf.local_short_as = AS_TRANS;
if (uvalh == 0 && (uval == AS_TRANS || uval == 0)) {
if ($1 == AS_TRANS || $1 == 0) {
conf->short_as = AS_TRANS;
if (conf->as > USHRT_MAX && conf->short_as != AS_TRANS)
if (p->local_as > USHRT_MAX && p->local_short_as != AS_TRANS)
if (ntohl(as) != AS_TRANS) {
as = AS_TRANS;
tas = htons(AS_TRANS);
if (peer->template && !peer->conf.remote_as && as != AS_TRANS) {