/[radius]/radius/radiusd/snmpserv.c
ViewVC logotype

Diff of /radius/radiusd/snmpserv.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.65 by gray, Sat Jul 19 22:15:12 2003 UTC revision 1.66 by gray, Tue Jul 29 10:17:06 2003 UTC
# Line 44  static void snmpserv_before_config_hook( Line 44  static void snmpserv_before_config_hook(
44  static void snmpserv_after_config_hook(void *arg, void *unused);  static void snmpserv_after_config_hook(void *arg, void *unused);
45  static void snmp_tree_init();  static void snmp_tree_init();
46    
47  static LIST /* of ACL */ *snmp_acl;  static RAD_LIST /* of ACL */ *snmp_acl;
48  static LIST /* of Community */ *commlist;  static RAD_LIST /* of Community */ *commlist;
49  Server_stat *server_stat;  Server_stat *server_stat;
50  struct radstat radstat;  struct radstat radstat;
51    
52  /* ************************************************************************ */  /* ************************************************************************ */
53  /* Configuration file */  /* Configuration file */
54    
55  static LIST /* of NETNAME */ *netlist;  static RAD_LIST /* of NETNAME */ *netlist;
56    
57  static int  static int
58  _netname_cmp(const void *item, const void *data)  _netname_cmp(const void *item, const void *data)
# Line 181  check_acl(UINT4 ip, char *community) Line 181  check_acl(UINT4 ip, char *community)
181  }  }
182    
183  void  void
184  snmp_add_acl(Community *community, LIST /* of NETDEF */ *netlist)  snmp_add_acl(Community *community, RAD_LIST /* of NETDEF */ *netlist)
185  {  {
186          ACL *acl;          ACL *acl;
187    

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26