Fixed many typos.
These were found using: https://github.com/intgr/topy Change-Id: Ia4e14508c285d95ab4eaeabbde032ecc5e7c9e4b
This commit is contained in:
@@ -193,7 +193,7 @@ def apply_ovs_ipv6_flows(ovs, bridge, params):
|
||||
ovs.add("priority=5,in_port=%(OF_PORT)s,icmp6,icmp_type=135,actions=drop")
|
||||
ovs.add("priority=5,in_port=%(OF_PORT)s,icmp6,icmp_type=136,actions=drop")
|
||||
|
||||
# do not allow sending specifc ICMPv6 types
|
||||
# do not allow sending specific ICMPv6 types
|
||||
# Router Advertisement
|
||||
ovs.add("priority=5,in_port=%(OF_PORT)s,icmp6,icmp_type=134,actions=drop")
|
||||
# Redirect Gateway
|
||||
|
||||
@@ -221,7 +221,7 @@ def _validate_vhd(vdi_path):
|
||||
may pick up other errors also.
|
||||
|
||||
This check ensures that the timestamps listed in the VHD footer aren't in
|
||||
the future. This can occur during a migration if the clocks on the the two
|
||||
the future. This can occur during a migration if the clocks on the two
|
||||
Dom0's are out-of-sync. This would corrupt the SR if it were imported, so
|
||||
generate an exception to bail.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user