Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
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.

42 lines
671 B

  1. # $OpenBSD: ldpd.conf,v 1.3 2018/08/06 17:26:31 mestre Exp $
  2. # macros
  3. peer1="192.168.1.10"
  4. # global configuration
  5. # router-id 10.0.0.1
  6. # fib-update no
  7. # transport-preference ipv4
  8. address-family ipv4 {
  9. # explicit-null yes
  10. # keepalive 120
  11. # targeted-hello-accept yes
  12. # transport-address 10.0.0.1
  13. interface em0
  14. interface vlan5 {
  15. link-hello-holdtime 9
  16. link-hello-interval 3
  17. }
  18. targeted-neighbor 172.16.1.10
  19. }
  20. neighbor $peer1 {
  21. password "secret"
  22. }
  23. l2vpn CUST_A type vpls {
  24. bridge bridge0
  25. interface em1
  26. pseudowire mpw0 {
  27. # control-word no
  28. # status-tlv no
  29. neighbor-id 10.0.1.5
  30. pw-id 100
  31. }
  32. pseudowire mpw1 {
  33. neighbor-id 10.0.2.8
  34. pw-id 100
  35. }
  36. }