mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
bridge: Tolerate missing Port and Interface records for local port.
Until now, ovs-vswitchd has been unable to configure IP addresses and routes for bridges whose Bridge records lack a Port and an Interface record for the bridge's local port (e.g. OFPP_LOCAL, the port with the same name as the bridge itself). When such a bridge was reconfigured, ovs-vswitchd would output a log message that worried people. This commit fixes the internal limitation that led to the message being printed. Bug #5385.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Copyright (c) 2009, 2010 Nicira Networks.
|
||||
/* Copyright (c) 2009, 2010, 2011 Nicira Networks.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -105,6 +105,8 @@ const struct ovsdb_datum *ovsdb_idl_get(const struct ovsdb_idl_row *,
|
||||
const struct ovsdb_idl_column *,
|
||||
enum ovsdb_atomic_type key_type,
|
||||
enum ovsdb_atomic_type value_type);
|
||||
|
||||
bool ovsdb_idl_row_is_synthetic(const struct ovsdb_idl_row *);
|
||||
|
||||
/* Transactions. */
|
||||
|
||||
|
Reference in New Issue
Block a user