moby/libnetwork/drivers/ipvlan
Cory Snider 91725ddc92 libnet/d/ipvlan: gracefully migrate from older dbs
IPVLAN networks created on Moby v20.10 do not have the IpvlanFlag
configuration value persisted in the libnetwork database as that config
value did not exist before v23.0.0. Gracefully migrate configurations on
unmarshal to prevent type-assertion panics at daemon start after upgrade.

Fixes #44925

Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-02-06 12:08:28 -05:00
..
ivmanager libnet: convert to new-style driver registration 2023-01-27 11:47:42 -05:00
ipvlan.go libnet: convert to new-style driver registration 2023-01-27 11:47:42 -05:00
ipvlan_endpoint.go libnetwork: drop InitOSContext() 2022-10-25 13:35:44 -04:00
ipvlan_joinleave.go libnetwork: drop InitOSContext() 2022-10-25 13:35:44 -04:00
ipvlan_network.go libnetwork: drop InitOSContext() 2022-10-25 13:35:44 -04:00
ipvlan_setup.go libnetwork: ipvlan: reduce use of const for driver name 2022-07-01 11:44:49 +02:00
ipvlan_setup_test.go drivers/ipvlan: add ipvlan_flag option, support l3s ipvlan_mode 2022-06-28 19:28:49 +08:00
ipvlan_state.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
ipvlan_store.go libnet/d/ipvlan: gracefully migrate from older dbs 2023-02-06 12:08:28 -05:00
ipvlan_test.go libnet: convert to new-style driver registration 2023-01-27 11:47:42 -05:00