mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 18:27:21 +00:00
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>
This commit is contained in:
parent
5f10f7804f
commit
dfbabd45f8
@ -516,16 +516,16 @@ uint32_t path_ted_config_write(struct vty *vty)
|
|||||||
{
|
{
|
||||||
|
|
||||||
if (ted_state_g.enabled) {
|
if (ted_state_g.enabled) {
|
||||||
vty_out(vty, " mpls-te on\n");
|
vty_out(vty, " mpls-te on\n");
|
||||||
switch (ted_state_g.import) {
|
switch (ted_state_g.import) {
|
||||||
case IMPORT_ISIS:
|
case IMPORT_ISIS:
|
||||||
vty_out(vty, " mpls-te import isis\n");
|
vty_out(vty, " mpls-te import isis\n");
|
||||||
break;
|
break;
|
||||||
case IMPORT_OSPFv2:
|
case IMPORT_OSPFv2:
|
||||||
vty_out(vty, " mpls-te import ospfv2\n");
|
vty_out(vty, " mpls-te import ospfv2\n");
|
||||||
break;
|
break;
|
||||||
case IMPORT_OSPFv3:
|
case IMPORT_OSPFv3:
|
||||||
vty_out(vty, " mpls-te import ospfv3\n");
|
vty_out(vty, " mpls-te import ospfv3\n");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user