On Wed, Mar 16, 2016 at 4:45 PM, Ben Pfaff <b...@ovn.org> wrote:
> diff --git a/utilities/ovs-ctl.in b/utilities/ovs-ctl.in
> index 0082bed..c1fdd1a 100755
> --- a/utilities/ovs-ctl.in
> +++ b/utilities/ovs-ctl.in
> -save_ofports_if_required () {
> -    # Save OpenFlow port numbers if we are upgrading from a pre-1.10 branch.
> -    #
> -    # (Versions 1.10 and later save OpenFlow port numbers without assistance,
> -    # so we don't have to do anything for them.
> -    case `ovs-appctl version | sed 1q` in
> -        "ovs-vswitchd (Open vSwitch) 1."[0-9].*)
> -            action "Saving ofport values" ovs_save save-ofports \
> -                "${script_ofports}"

I think we can now remove the script_ofports initialization from
init_restore_scripts now that it is no longer used.

Otherwise it looks good though.
Acked-by: Jesse Gross <je...@kernel.org>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to