Guest User

Untitled

a guest
May 1st, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Bridge br-tun
  2. Port patch-int
  3. Interface patch-int
  4. type: patch
  5. options: {peer=patch-tun}
  6. Port br-tun
  7. Interface br-tun
  8. type: internal
  9. Bridge br-int
  10. Port br-int
  11. Interface br-int
  12. type: internal
  13. Port patch-tun
  14. Interface patch-tun
  15. type: patch
  16. options: {peer=patch-int}
  17. ovs_version: "1.11.0"
Advertisement
Add Comment
Please, Sign In to add comment