1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/drivers/ipvlan
Sebastiaan van Stijn aca80d1cda
libnetwork: ipvlan: reduce use of const for driver name
Inlining the string makes the code more grep'able; renaming the
const to "driverName" to reflect the remaining uses of it.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-07-01 11:44:49 +02:00
..
ivmanager
ipvlan.go libnetwork: ipvlan: reduce use of const for driver name 2022-07-01 11:44:49 +02:00
ipvlan_endpoint.go libnetwork: ipvlan: reduce use of const for driver name 2022-07-01 11:44:49 +02:00
ipvlan_joinleave.go libnetwork: ipvlan: use single ipSubnet type 2022-07-01 11:44:25 +02:00
ipvlan_network.go libnetwork: ipvlan: reduce use of const for driver name 2022-07-01 11:44:49 +02: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
ipvlan_state.go
ipvlan_store.go libnetwork: ipvlan: use single ipSubnet type 2022-07-01 11:44:25 +02:00
ipvlan_test.go