summaryrefslogtreecommitdiff
path: root/pbrd/pbr_main.c
diff options
context:
space:
mode:
authorChirag Shah <chirag@cumulusnetworks.com>2020-06-05 15:45:12 -0700
committerChirag Shah <chirag@cumulusnetworks.com>2020-06-10 16:25:18 -0700
commit2b2282eb7619e33bcef0bc13694de2906bb9f4aa (patch)
treebaa2baa03fa0489580be81cd9c7253dfee422dda /pbrd/pbr_main.c
parent9670b0b399ed479a81c6b201778f266853562ffb (diff)
zebra: rib nb changes with redefined nexthop model
RIB operational northbound changes based on redfined nexthop model. Testing Done: { "afi-safi-name": "ipv4-unicast", "table-id": 254, "route": [ { "prefix": "0.0.0.0/0", "route-entry": [ { "protocol": "kernel", "distance": 0, "metric": 100, "selected": [null], "installed": [null], "internal-flags": 8, "internal-status": 16, "uptime": "2020-06-06T00:28:26.139797Z", "nexthop-group": { "id": 15, "nexthop": [ { "nh-type": "ip4-ifindex", "vrf": "0", "gateway": "10.0.2.2", "interface": "enp0s3", "active": [null], "fib": [null] } ] } } ] }, { "prefix": "1.1.1.4/32", "route-entry": [ { "protocol": "kernel", "distance": 0, "metric": 0, "selected": [null], "installed": [null], "internal-flags": 8, "internal-status": 16, "uptime": "2020-06-06T00:28:26.139790Z", "nexthop-group": { "id": 16, "nexthop": [ { "nh-type": "ifindex", "vrf": "0", "gateway": "", "interface": "dummy4", "active": [null], "fib": [null] } ] } } ] } ] } Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to 'pbrd/pbr_main.c')
0 files changed, 0 insertions, 0 deletions