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 May 17, 2024
1 parent dbf2252 commit 8ace966
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 8ace966

Please sign in to comment.