/iproute2/rt_dsfield

http://github.com/brinkman83/bashrc · #! · 27 lines · 27 code · 0 blank · 0 comment · 0 complexity · 4264d5c7c8298300185aa04e1a736934 MD5 · raw file

  1. 0x00 default
  2. 0x10 lowdelay
  3. 0x08 throughput
  4. 0x04 reliability
  5. # This value overlap with ECT, do not use it!
  6. 0x02 mincost
  7. # These values seems do not want to die, Cisco likes them by a strange reason.
  8. 0x20 priority
  9. 0x40 immediate
  10. 0x60 flash
  11. 0x80 flash-override
  12. 0xa0 critical
  13. 0xc0 internet
  14. 0xe0 network
  15. # Newer RFC2597 values
  16. 0x28 AF11
  17. 0x30 AF12
  18. 0x38 AF13
  19. 0x48 AF21
  20. 0x50 AF22
  21. 0x58 AF23
  22. 0x68 AF31
  23. 0x70 AF32
  24. 0x78 AF33
  25. 0x88 AF41
  26. 0x90 AF42
  27. 0x98 AF43