You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.4 KiB

  1. {
  2. "ipv4": [
  3. {
  4. "_create-only": "optional, defaults to false",
  5. "_create-only-help": "If create-only is true then bfdd will return failure if a peer with the same target exists",
  6. "create-only": true,
  7. "_multihop": "optional defaults to false",
  8. "multihop": false,
  9. "_peer-address": "mandatory",
  10. "peer-address": "127.0.0.1",
  11. "_local-address": "mandatory on multihop",
  12. "local-address": "127.0.0.1",
  13. "_local-interface": "optional",
  14. "local-interface": "enp0s3",
  15. "_label": "optional",
  16. "label": "peer1",
  17. "_vxlan": "optional, defaults to 0",
  18. "vxlan": 100,
  19. "_vrf-name": "optional",
  20. "vrf-name": "netns1",
  21. "_detect-multiplier": "optional, defaults to 3",
  22. "detect-multiplier": 3,
  23. "_receive-interval": "optional, defaults to 300 milliseconds",
  24. "receive-interval": 300,
  25. "_transmit-interval": "optional, defaults to 300 milliseconds",
  26. "transmit-interval": 300,
  27. "_echo-interval": "optional, defaults to 50 milliseconds",
  28. "echo-interval": 50,
  29. "_echo-mode": "optional, defaults to false",
  30. "echo-mode": false,
  31. "_shutdown": "optional, defaults to false",
  32. "shutdown": false
  33. }
  34. ],
  35. "ipv6": [
  36. ],
  37. "label": [
  38. {
  39. "_label": "mandatory to identify the peer without addresses",
  40. "_label-help": "peer must have been already created in ipv4 or ipv6",
  41. "label": "peer1",
  42. }
  43. ]
  44. }