Config

tables/mpls.conf

Lang:
mpls domain mdom;
mpls table t_mpls;

ipv4 table t_mpls_v4;
ipv6 table t_mpls_v6;

vpn4 table t_vpn_v4;
vpn6 table t_vpn_v6;

bird.conf

Lang:
protocol kernel k_mpls {
  mpls {
    table t_mpls;
    export all;
  };
}