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 21, 2024
1 parent f23f1e5 commit e4dacef
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 @@ -22,7 +22,7 @@ FRR_CFG_DEFAULT_BOOL(ZEBRA_IP_NHT_RESOLVE_VIA_DEFAULT,
);

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

#ifdef __cplusplus
Expand Down

0 comments on commit e4dacef

Please sign in to comment.