]> git.puffer.fish Git - matthieu/frr.git/commit
pathd: fix indentation for mpls-te config
authorIgor Ryzhov <iryzhov@nfware.com>
Thu, 5 Aug 2021 20:45:44 +0000 (23:45 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Thu, 5 Aug 2021 20:45:44 +0000 (23:45 +0300)
commitdfbabd45f8faaf4b697778ecf89951099797ce9b
tree34651bce0a385c1847f33d2c6056f4c3f5e704e2
parent5f10f7804f0dc07d58173afda47b3067472e1b6f
pathd: fix indentation for mpls-te config

Before:
```
segment-routing
 traffic-eng
 mpls-te on
 mpls-te import ospfv2
```

After:
```
segment-routing
 traffic-eng
  mpls-te on
  mpls-te import ospfv2
```

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
pathd/path_ted.c