dictionary.rfc2867 589 B

1234567891011121314151617
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. #
  4. # Attributes and values defined in RFC 2867.
  5. # http://www.ietf.org/rfc/rfc2867.txt
  6. #
  7. # $Id: eb80d3c3f20d596758b768dd2c09cf0420ff71fb $
  8. #
  9. ATTRIBUTE Acct-Tunnel-Connection 68 string
  10. ATTRIBUTE Acct-Tunnel-Packets-Lost 86 integer
  11. VALUE Acct-Status-Type Tunnel-Start 9
  12. VALUE Acct-Status-Type Tunnel-Stop 10
  13. VALUE Acct-Status-Type Tunnel-Reject 11
  14. VALUE Acct-Status-Type Tunnel-Link-Start 12
  15. VALUE Acct-Status-Type Tunnel-Link-Stop 13
  16. VALUE Acct-Status-Type Tunnel-Link-Reject 14