File: linux_ip_route_show.yml

package info (click to toggle)
python-ntc-templates 3.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,096 kB
  • sloc: python: 735; makefile: 13; sh: 2
file content (23 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
parsed_sample:
  - protocol: ""
    metric: ""
    network: "default"
    nexthop_ip: "10.0.0.4"
    nexthop_if: "brblue"
    scope: ""
    src: ""
  - protocol: "kernel"
    metric: ""
    network: "10.0.0.0/24"
    nexthop_ip: ""
    nexthop_if: "brblue"
    scope: "link"
    src: "10.0.0.1"
  - protocol: ""
    metric: ""
    network: "192.168.0.0/24"
    nexthop_ip: "10.0.0.2"
    nexthop_if: "brblue"
    scope: ""
    src: ""