]> git.puffer.fish Git - mirror/frr.git/commit
pathd: fix indentation and redundant space in index config
authorIgor Ryzhov <iryzhov@nfware.com>
Thu, 5 Aug 2021 20:47:27 +0000 (23:47 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Thu, 5 Aug 2021 20:47:27 +0000 (23:47 +0300)
commit882bae36a0fd8287fd09300e4cff1a372a61dbe6
treee66db4c2ed6427ddd6dd0cd1acc3e38b1deb1b9e
parentdfbabd45f8faaf4b697778ecf89951099797ce9b
pathd: fix indentation and redundant space in index config

Before:
```
segment-routing
 traffic-eng
  segment-list SL1
 index  10 mpls label 16010
```

After:
```
segment-routing
 traffic-eng
  segment-list SL1
   index 10 mpls label 16010
```

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