gen_mpls
struct block *gen_mpls(int);
| MPLS pnum { $$ = gen_mpls($2); }
| MPLS { $$ = gen_mpls(-1); }