ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / debian / openvswitch-switch.postinst
index 74b52ba90f09644982d1b98fcaf9efed7ba6bb94..7b9d7bc89a0e19093322e21c2e96d91836ee3901 100755 (executable)
@@ -44,8 +44,11 @@ case "$1" in
         ;;
 esac
 
+# Do not fail package installation just because the kernel module
+# is not available.
+OVS_MISSING_KMOD_OK=yes
+export OVS_MISSING_KMOD_OK
+
 #DEBHELPER#
 
 exit 0
-
-