Skip to content

Commit

Permalink
kvm: don't add any forward delay on kvm bridges
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Yadav <[email protected]>
  • Loading branch information
rohityadavcloud committed May 6, 2015
1 parent ead6742 commit b2b5108
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions roles/kvm/templates/interfaces.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ iface cloudbr0 inet static
gateway {{ ansible_default_ipv4["gateway"] }}
dns-nameservers {{ ansible_default_ipv4["gateway"] }} 8.8.8.8
bridge_ports eth0
bridge_fd 5
bridge_fd 0
bridge_stp off
bridge_maxwait 1
bridge_maxwait 0

# Private network
auto cloudbr1
iface cloudbr1 inet manual
bridge_ports none
bridge_fd 5
bridge_fd 0
bridge_stp off
bridge_maxwait 1
bridge_maxwait 0

0 comments on commit b2b5108

Please sign in to comment.