/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | gbmc-br-gw-src.sh | 30 # For tray, priorize the route sent by host BMC 35 local route 36 for route in "${!gbmc_br_gw_src_routes[@]}"; do 37 if [[ $route != *' dev gbmcbr '* ]]; then 42 # Make becoming a router sticky, if we ever have a default route we are 66 local route=$1 70 route_new=$(echo "$route" | sed -E 's/ metric [0-9]+//') 73 ip route "$op" $route_new metric "$primary_rt_metric" 2>/dev/null 76 ip route "$op" $route_new metric "$primary_rt_metric" 87 rt="$(ip -6 route get 2000:: 2>/dev/null)" [all …]
|
H A D | gbmc-br-from-ra.sh | 79 elif [[ $change == route && $route != *' via '* ]] && 80 [[ $route =~ ^(.* dev gbmcbr proto ra .*)( +expires +([^ ]+)sec).*$ ]]; then 81 pfx="${route%% *}"
|
/openbmc/webui-vue/src/components/AppNavigation/ |
H A D | AppNavigationMixin.js | 34 route: '/', property in AppNavigationMixin.data.AnonymousClassbd1bea070101 45 route: '/logs/event-logs', property in AppNavigationMixin.data.AnonymousClassbd1bea070201.AnonymousClassbd1bea070301 50 route: '/logs/post-code-logs', property in AppNavigationMixin.data.AnonymousClassbd1bea070201.AnonymousClassbd1bea070401 55 route: '/logs/dumps', property in AppNavigationMixin.data.AnonymousClassbd1bea070201.AnonymousClassbd1bea070501 67 route: '/hardware-status/inventory', property in AppNavigationMixin.data.AnonymousClassbd1bea070601.AnonymousClassbd1bea070701 72 route: '/hardware-status/sensors', property in AppNavigationMixin.data.AnonymousClassbd1bea070601.AnonymousClassbd1bea070801 84 route: '/operations/factory-reset', property in AppNavigationMixin.data.AnonymousClassbd1bea070901.AnonymousClassbd1bea070a01 89 route: '/operations/kvm', property in AppNavigationMixin.data.AnonymousClassbd1bea070901.AnonymousClassbd1bea070b01 94 route: '/operations/key-clear', property in AppNavigationMixin.data.AnonymousClassbd1bea070901.AnonymousClassbd1bea070c01 99 route: '/operations/firmware', property in AppNavigationMixin.data.AnonymousClassbd1bea070901.AnonymousClassbd1bea070d01 [all …]
|
/openbmc/webui-vue/src/env/components/AppNavigation/ |
H A D | ibm.js | 28 route: '/', property in AppNavigationMixin.data.AnonymousClassa1ee90c10101 39 route: '/logs/dumps', property in AppNavigationMixin.data.AnonymousClassa1ee90c10201.AnonymousClassa1ee90c10301 44 route: '/logs/event-logs', property in AppNavigationMixin.data.AnonymousClassa1ee90c10201.AnonymousClassa1ee90c10401 49 route: '/logs/post-code-logs', property in AppNavigationMixin.data.AnonymousClassa1ee90c10201.AnonymousClassa1ee90c10501 61 route: '/hardware-status/inventory', property in AppNavigationMixin.data.AnonymousClassa1ee90c10601.AnonymousClassa1ee90c10701 66 route: '/hardware-status/sensors', property in AppNavigationMixin.data.AnonymousClassa1ee90c10601.AnonymousClassa1ee90c10801 84 route: '/settings/date-time', property in AppNavigationMixin.data.AnonymousClassa1ee90c10a01.AnonymousClassa1ee90c10b01 89 route: '/settings/network', property in AppNavigationMixin.data.AnonymousClassa1ee90c10a01.AnonymousClassa1ee90c10c01 94 route: '/settings/power-restore-policy', property in AppNavigationMixin.data.AnonymousClassa1ee90c10a01.AnonymousClassa1ee90c10d01 106 route: '/security-and-access/sessions', property in AppNavigationMixin.data.AnonymousClassa1ee90c10e01.AnonymousClassa1ee90c10f01 [all …]
|
H A D | intel.js | 35 route: '/', property in AppNavigationMixin.data.AnonymousClass87c7ff850101 46 route: '/logs/event-logs', property in AppNavigationMixin.data.AnonymousClass87c7ff850201.AnonymousClass87c7ff850301 51 route: '/logs/post-code-logs', property in AppNavigationMixin.data.AnonymousClass87c7ff850201.AnonymousClass87c7ff850401 63 route: '/hardware-status/inventory', property in AppNavigationMixin.data.AnonymousClass87c7ff850501.AnonymousClass87c7ff850601 68 route: '/hardware-status/sensors', property in AppNavigationMixin.data.AnonymousClass87c7ff850501.AnonymousClass87c7ff850701 80 route: '/operations/kvm', property in AppNavigationMixin.data.AnonymousClass87c7ff850801.AnonymousClass87c7ff850901 85 route: '/operations/firmware', property in AppNavigationMixin.data.AnonymousClass87c7ff850801.AnonymousClass87c7ff850a01 90 route: '/operations/reboot-bmc', property in AppNavigationMixin.data.AnonymousClass87c7ff850801.AnonymousClass87c7ff850b01 95 route: '/operations/serial-over-lan', property in AppNavigationMixin.data.AnonymousClass87c7ff850801.AnonymousClass87c7ff850c01 101 route: '/operations/server-power-operations', property in AppNavigationMixin.data.AnonymousClass87c7ff850801.AnonymousClass87c7ff850d01 [all …]
|
/openbmc/bmcweb/http/ |
H A D | routing.hpp | 191 FindRoute route; member 197 FindRoute route; in findRouteByPerMethod() local 204 // Found a 404 route, switch that in in findRouteByPerMethod() 207 route.rule = perMethod.rules[found.ruleIndex]; in findRouteByPerMethod() 208 route.params = std::move(found.params); in findRouteByPerMethod() 210 return route; in findRouteByPerMethod() 224 FindRoute route = findRouteByPerMethod(req.url().encoded_path(), in findRoute() local 226 if (route.rule == nullptr) in findRoute() 249 FindRoute route = findRouteByPerMethod(req.url().encoded_path(), in findRoute() local 251 if (route.rule != nullptr) in findRoute() [all …]
|
/openbmc/openbmc/meta-google/recipes-google/networking/files/ |
H A D | gbmc-ip-monitor.sh | 45 ip -4 route | sed 's,^,[ROUTE],' 46 ip -6 route | sed 's,^,[ROUTE],' 89 elif [[ "$line" == '[ROUTE]'* ]]; then 90 line="${line#[ROUTE]}" 91 change=route 93 if ! [[ "$line" =~ ^\[ROUTE\](Deleted )?(.*)$ ]]; then 94 echo "Failed to parse route: $line" >&2 100 route="${BASH_REMATCH[2]}" 148 done < <(gbmc_ip_monitor_generate_init; ip monitor link addr route label & cat <&"$GBMC_IP_MONITOR_…
|
H A D | gbmc-ip-monitor-test.sh | 93 if [[ "$1" == "-4" && "${2-}" == 'route' ]]; then 98 elif [[ "$1" == "-6" && "${2-}" == 'route' ]]; then 109 [ROUTE]default via 192.168.243.254 dev eno2 proto dhcp metric 100 110 [ROUTE]192.168.242.0/23 dev eno2 proto kernel scope link src 192.168.242.57 metric 100 111 [ROUTE]::1 dev lo proto kernel metric 256 pref medium 112 [ROUTE]fd01:ff2:5687:4::/64 dev eno2 proto ra metric 100 pref medium 113 [ROUTE]fe80::/64 dev eno2 proto kernel metric 100 pref medium 123 expect_err 2 gbmc_ip_monitor_parse_line ' [ROUTE]' 154 …expect_err 0 gbmc_ip_monitor_parse_line "[ROUTE]fd01:ff2:5687:4::/64 dev eno2 proto ra metric 100 … 155 expect_streq "$change" 'route' [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | RouteEntry.v1_0_2.json | 57 …a describes the content of route entry rows. Each route entry contains route sets that list the p… 58 …"longDescription": "This resource shall represent the content of route entry rows in the Redfish S… 122 "description": "The raw data of route entry rows.", 123 …ion": "This property shall contain a binary data that represents the content of route entry rows.", 130 … "description": "The link to the collection of route set entries associated with this route.",
|
H A D | AddressPool.v1_3_0.json | 393 "description": "The Route Distinguisher (RD) Administrator subfield.", 394 …"longDescription": "This property shall contain the RFC4364-defined Route Distinguisher (RD) Admin… 404 "description": "The Route Distinguisher (RD) number range for the fabric.", 405 …"longDescription": "This property shall contain the Route Distinguisher (RD) Instance number range… 409 "description": "The Route Target (RT) Administrator Subfield.", 410 …"longDescription": "This property shall contain the RFC4364-defined Route Target (RT) Administrato… 420 "description": "The Route Target (RT) number range for the fabric.", 421 …"longDescription": "This property shall contain the Route Target (RT) Instance number range for Et… 567 …erty shall contain the minimum time between Border Gateway Protocol (BGP) route advertisements in … 642 "description": "Border Gateway Protocol (BGP) route properties.", [all …]
|
H A D | RouteSetEntry.v1_0_2.json | 57 …contains the information about a route. It is part of a larger set that contains possible routes … 58 …"longDescription": "This resource shall represent the content of a route set in the Redfish Specif… 104 …gDescription": "This property shall contain the interface identifier corresponding to this route.", 129 …scription": "This property shall contain the index to the VCAT entry corresponding to this route.",
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | redfish_oem_routing.hpp | 151 FindRoute route; member 157 FindRoute route; in findRouteByPerMethod() local 160 route.params = std::move(found.params); in findRouteByPerMethod() 167 route.fragmentRules.emplace_back( in findRouteByPerMethod() 171 return route; in findRouteByPerMethod() 188 FindRoute route = in findRoute() local 190 if (!route.fragmentRules.empty()) in findRoute() 192 findRoute.route = route; in findRoute() 228 std::move(foundRoute.route.fragmentRules); in handle() 229 std::vector<std::string> params = std::move(foundRoute.route.params); in handle()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_ipv6_utils.robot | 63 ${route_info}= Get BMC IPv6 Route Info 65 # If gateway IP is empty it will not have route entry. 74 Get BMC IPv6 Route Info 75 [Documentation] Get IPv6 route info on BMC. 77 # Sample output of "ip -6 route": 87 ... /sbin/ip -6 route
|
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | redfish_test.cpp | 23 for (const std::string* route : app.getRoutes()) in TEST() local 25 ASSERT_NE(route, nullptr); in TEST() 26 EXPECT_THAT(*route, EndsWith("/")); in TEST()
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/ |
H A D | mctp-config | 18 mctp route add $((eidBase + 0)) via mctpi3c${busnum} 19 mctp route add $((eidBase + 2)) via mctpi3c${busnum} 20 mctp route add $((eidBase + 4)) via mctpi3c${busnum} 21 mctp route add $((eidBase + 5)) via mctpi3c${busnum}
|
/openbmc/webui-vue/src/ |
H A D | App.vue | 19 document.title = `${tag} - ${this.$route.meta.title}`; 22 $route: function (to) { 32 //document.title = this.$route.meta.title || 'Page is missing title';
|
/openbmc/webui-vue/src/components/Global/ |
H A D | PageTitle.vue | 20 title: this.$route.meta.title, 24 let title = this.$route.name; 27 while (i < this.$route.name.split('-').length) {
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | simple.script | 49 … while /SBIN_DIR/ip route del default dev $interface 2>/dev/null ; do 53 … while /SBIN_DIR/route del default gw 0.0.0.0 dev $interface 2>/dev/null ; do 62 … /SBIN_DIR/ip route add default via $i metric $metric dev $interface 64 … /SBIN_DIR/route add default gw $i dev $interface metric $metric 2>/dev/null
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0025-adjust-header-inclusion-order-to-avoid-redeclaration.patch | 18 src/network/networkd-route.c | 8 ++++---- 195 diff --git a/src/network/networkd-route.c b/src/network/networkd-route.c 197 --- a/src/network/networkd-route.c 198 +++ b/src/network/networkd-route.c 217 static Route* route_detach_impl(Route *route) { 218 assert(route); 219 assert(!!route->network + !!route->manager + !!route->wireguard <= 1);
|
/openbmc/bmcweb/test/http/ |
H A D | router_test.cpp | 39 // No route should return no methods. in TEST() 42 EXPECT_EQ(router.findRoute(req).route.rule, nullptr); in TEST() 48 EXPECT_NE(router.findRoute(req).route.rule, nullptr); in TEST() 51 EXPECT_EQ(router.findRoute(patchReq).route.rule, nullptr); in TEST() 57 EXPECT_NE(router.findRoute(req).route.rule, nullptr); in TEST() 58 EXPECT_NE(router.findRoute(patchReq).route.rule, nullptr); in TEST()
|
/openbmc/phosphor-webui/app/server-control/controllers/ |
H A D | server-led-controller.js | 13 '$scope', '$window', '$route', 'APIUtils', 'dataService', 'toastService', 14 function($scope, $window, $route, APIUtils, dataService, toastService) { argument 47 $route.reload();
|
/openbmc/phosphor-webui/app/ |
H A D | index.js | 22 import angular_route from 'angular-route'; 141 // Route configuration 195 if (next.$$route == null || next.$$route == undefined) return; 196 if (next.$$route.authenticated) { 202 if (next.$$route.originalPath == '/' || 203 next.$$route.originalPath == '/login') { 205 if (current && current.$$route) { 206 $location.path(current.$$route.originalPath);
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common/ |
H A D | gbmc-ra.sh | 46 # Otherwise, the IP source determination logic won't be able to pick the best route. 47 # Also we don't need to remove the route per table. 52 printf '[Route]\nGateway=%s\nGatewayOnLink=true\nMetric=512\nTable=%d' \ 56 ip -6 route replace default via "$rtr" onlink dev "$RA_IF" metric 512 table "$route_table" || \ 66 …printf '[Route]\nGateway=%s\nGatewayOnLink=true\nMetric=%d\n[Neighbor]\nMACAddress=%s\nAddress=%s'… 72 (ip -6 route replace default via "$rtr" onlink dev "$RA_IF" metric "$ROUTE_METRIC" && \ 85 (ip -6 route del default via "$rtr" onlink dev "$RA_IF" metric "$ROUTE_METRIC" && \ 222 # no other route exsits, removing the route
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/traceroute/ |
H A D | traceroute_2.1.6.bb | 2 DESCRIPTION = "The traceroute utility displays the route used by IP packets on \ 5 route taken by the packets. Traceroute is used as a network debugging \ 7 show you where the trouble is coming from along the route."
|
/openbmc/openbmc-tools/dbusView/ |
H A D | dbusView.py | 59 @app.route("/") 70 @app.route("/favicon.ico") 75 @app.route("/<name>") 88 @app.route("/<name>/<path>")
|