]> git.ipfire.org Git - thirdparty/bird.git/commit
Static: Add syntax for static MPLS labels
authorOndrej Zajicek <santiago@crfreenet.org>
Fri, 22 Sep 2023 17:49:15 +0000 (19:49 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 4 Oct 2023 11:12:05 +0000 (13:12 +0200)
commit81a20ca5d8508f7317f2e023a3be5e5da454d740
tree92cf4105fbe6d14bcb837235a95117f8df43d1cb
parent35726051517aaf1869458caed03c7ee1c516721c
Static: Add syntax for static MPLS labels

Instead of just using route attributes, static routes with
static MPLS labels can be defined just by e.g.:

  route 10.1.1.0/24 mpls 100 via 10.1.2.1 mpls 200;
nest/mpls.c
proto/static/config.Y
proto/static/static.c
proto/static/static.h