We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0438fc6 commit 04c33fcCopy full SHA for 04c33fc
src/ethernet_interface.cpp
@@ -1114,12 +1114,6 @@ void EthernetInterface::writeConfigurationFile()
1114
config.map["RoutingPolicyRule"].emplace_back();
1115
routingPolicyFrom["Table"].emplace_back(routingTableId);
1116
routingPolicyFrom["From"].emplace_back(routeAddressPrefix);
1117
- auto& routingPolicyDestination =
1118
- config.map["Route"].emplace_back();
1119
- routingPolicyDestination["Table"].emplace_back(
1120
- routingTableId);
1121
- routingPolicyDestination["Destination"].emplace_back(
1122
- routeAddressPrefix);
1123
}
1124
1125
0 commit comments