Static Route "{{ $route['dst-address'] }}"

Detailed information about the static route "{{ $route['dst-address'] }}"

Route Details

Configuration and settings for this static route

Basic Information

Destination Address
{{ isset($route['dst-address']) ? $route['dst-address'] : '-' }}
Gateway
{{ isset($route['gateway']) ? $route['gateway'] : '-' }}
Check Gateway
{{ isset($route['check-gateway']) ? $route['check-gateway'] : '-' }}

Advanced Settings

Suppress Hardware Offload
{{ isset($route['suppress-hw-offload']) ? $route['suppress-hw-offload'] : '-' }}
Distance
{{ isset($route['distance']) ? $route['distance'] : '-' }}
Scope
{{ isset($route['scope']) ? $route['scope'] : '-' }}
Target Scope
{{ isset($route['target-scope']) ? $route['target-scope'] : '-' }}

Raw Data

JSON Format

Complete static route data in JSON format for debugging and reference.

{{ $json }}