Skip to content

Commit

Permalink
zebra: change default mpls interface settings to auto mode
Browse files Browse the repository at this point in the history
Change the default MPLS setting per interface to auto mode.

Signed-off-by: Philippe Guibert <[email protected]>
  • Loading branch information
pguibert6WIND committed Mar 5, 2024
1 parent ccffba5 commit cd4ea1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra/zebra_defaults.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FRR_CFG_DEFAULT_BOOL(ZEBRA_IP_NHT_RESOLVE_VIA_DEFAULT,
},
{ .val_bool = false }, );

FRR_CFG_DEFAULT_UINT8_T(ZEBRA_MPLS, { .val_uint8_t = IF_ZEBRA_DATA_UNSPEC }, );
FRR_CFG_DEFAULT_UINT8_T(ZEBRA_MPLS, { .val_uint8_t = IF_ZEBRA_DATA_AUTO }, );

#ifdef __cplusplus
}
Expand Down

0 comments on commit cd4ea1f

Please sign in to comment.