diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-12-06 19:51:33 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-12-06 19:51:33 +0000 |
| commit | 6fd800be4ac4da8ec034f2a858e0183b8ae9bb01 (patch) | |
| tree | e1a77a68567f6496415b6476a6bed52c77d64619 /zebra/zebra_rnh_null.c | |
| parent | 3d6e734154e6da17423e9054b5443774cacfdd51 (diff) | |
| parent | 9dec6b446c5487623ad04fdaa8160e3338f12799 (diff) | |
Merge remote-tracking branch 'osr/master' into vtysh-grammar
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Conflicts:
lib/command_match.c
Diffstat (limited to 'zebra/zebra_rnh_null.c')
| -rw-r--r-- | zebra/zebra_rnh_null.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zebra/zebra_rnh_null.c b/zebra/zebra_rnh_null.c index a5e6b3562d..286290a52b 100644 --- a/zebra/zebra_rnh_null.c +++ b/zebra/zebra_rnh_null.c @@ -27,6 +27,10 @@ int zebra_rnh_ip_default_route = 0; int zebra_rnh_ipv6_default_route = 0; +void +zebra_free_rnh (struct rnh *rnh) +{} + void zebra_evaluate_rnh (vrf_id_t vrfid, int family, int force, rnh_type_t type, struct prefix *p) {} |
