Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app_rpt.c: Add RPT_ALINKS and RPT_NUMALINKS #289

Merged
merged 4 commits into from
Mar 5, 2024
Merged

Commits on Mar 5, 2024

  1. app_rpt.c: Add RPT_ALINKS and RPT_NUMALINKS

    Thanks to ASL2 PR by mkmer
    
    RPT_ALINKS and RPT_NUMALINKS are not initialized at startup. Once a remote node connects/disconnects the vars become available. Until a connection, MANY errors to be logged like this:
    WARNING[627] ast_expr2.fl: ast_yyerror():  syntax error: syntax error, unexpected '='TILDE, expecting $end; Input:
    when using an event test for remote adjacent nodes as found in https://wiki.allstarlink.org/wiki/Event_Management
    
    Simply adding the vars at startup (just like RPT_LINKS and RPT_NUMLINKS) addresses the issue.
    tsawyer committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    11af70f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c929cb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06d6498 View commit details
    Browse the repository at this point in the history
  4. app_rpt.c: RPT_NUMALINKS

    Remove duplicate update RPT_NUMALINKS
    tsawyer committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    64eebff View commit details
    Browse the repository at this point in the history