| 247 | |
| 248 | /// Rib extended with vpn specific fields |
| 249 | struct obj_vpn: obj_rib, obj_route_distinguisher { |
| 250 | // inherit |
| 251 | }; |
| 252 | |
| 253 | /// Rib extended with evpn specific fields |
| 254 | struct obj_evpn: obj_rib, obj_route_distinguisher { |
nothing calls this directly
no outgoing calls
no test coverage detected