diff options
| author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2017-12-19 09:32:11 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-19 09:32:11 -0600 |
| commit | 75d189939829118ca86d70e66cf5cb353d550a40 (patch) | |
| tree | 7fe8173c8858804f7f88b33ad04c092e5bb8270a /zebra/rib.h | |
| parent | 97c772b30bd54e2282df47c9fa87351fec06e033 (diff) | |
| parent | 2ce92994937427d799d87f79ed894b6b49683225 (diff) | |
Merge pull request #1533 from donaldsharp/REALMS
Add Linux Realms and some Pim Documentation
Diffstat (limited to 'zebra/rib.h')
| -rw-r--r-- | zebra/rib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index 4b82e8d8d5..7e166f7e1c 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -296,7 +296,7 @@ extern int rib_add(afi_t afi, safi_t safi, vrf_id_t vrf_id, int type, u_short instance, int flags, struct prefix *p, struct prefix_ipv6 *src_p, const struct nexthop *nh, u_int32_t table_id, u_int32_t metric, u_int32_t mtu, - uint8_t distance); + uint8_t distance, route_tag_t tag); extern int rib_add_multipath(afi_t afi, safi_t safi, struct prefix *, struct prefix_ipv6 *src_p, struct route_entry *); |
