Skip to content

Commit

Permalink
Merge pull request #2398 from pqarmitage/updates
Browse files Browse the repository at this point in the history
vrrp: fix commit "fix lack macro for find_rttables_group()"
  • Loading branch information
pqarmitage committed Mar 29, 2024
2 parents db4b11d + f035191 commit 2706d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rttables.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ find_rttables_dsfield(const char *name, uint8_t *id)
return ret;
}

#if HAVE_DECL_FRA_SUPPRESS_IFGROUP && defined _WITH_SNMP_VRRP_
#if HAVE_DECL_FRA_SUPPRESS_IFGROUP
bool
find_rttables_group(const char *name, uint32_t *id)
{
Expand Down
2 changes: 1 addition & 1 deletion lib/rttables.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extern void clear_rt_names(void);
extern bool find_rttables_table(const char *, uint32_t *);
extern bool find_rttables_dsfield(const char *, uint8_t *);
extern bool find_rttables_realms(const char *, uint32_t *);
#if HAVE_DECL_FRA_SUPPRESS_IFGROUP && defined _WITH_SNMP_VRRP_
#if HAVE_DECL_FRA_SUPPRESS_IFGROUP
extern bool find_rttables_group(const char *, uint32_t *);
#endif
extern bool find_rttables_proto(const char *, uint8_t *);
Expand Down

0 comments on commit 2706d6a

Please sign in to comment.