]> git.puffer.fish Git - matthieu/frr.git/commit
Zebra: Enhancements for rtm_table field in FPM netlink message
authorAmeya Dharkar <adharkar@vmware.com>
Fri, 17 May 2019 19:47:57 +0000 (12:47 -0700)
committerroot <root@dev.vmware.com>
Fri, 17 May 2019 21:07:56 +0000 (14:07 -0700)
commit6dfcd75461ff35ebf89e86f64fe6e982ed09b3e3
tree990414e92a555db755046685a7337884ab508e2e
parent02f4c3ab5b33f5f17b592ef7787797a0e43d0785
Zebra: Enhancements for rtm_table field in FPM netlink message

- Today,  rtm_table field takes a vrf_id. It should take table_id
- rtm_table field is a uchar field which can only accomodate table_id less than
  256. To support table id greater than 255, if the table_id is greater than 255,
  set rtm_table to 0 and add RTA_TABLE attribute with 32 bit value as the
  table_id.

Signed-off-by: Ameya Dharkar <adharkar@vmware.com>
zebra/zebra_fpm_netlink.c