New commits:
commit 60f9e3b2feeee4576b52b645ad455bd62f24bf4b
Author: Andrew Cagney <[email protected]>
Date:   Thu Jun 26 12:58:09 2025 -0400

    ip: add struct ip_info const char *n_name /* "4"|"6" */
    
    replace
      printf("IP%d", afi->ip_version);
    with:
      printf("IP%s", afi->n_name);

_______________________________________________
Swan-commit mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to