diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2018-02-08 11:46:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-08 11:46:29 +0100 |
| commit | 8e71b98f72e843d4910abd02410f07fe1e6565cc (patch) | |
| tree | a84f92632eb0deed948f6b961c489573ede1ac0b /zebra/zebra_vxlan_null.c | |
| parent | 25236dd35df008a1484f2605299c8228ea1cfc5b (diff) | |
| parent | 9d00a48754440cc9d4674e9b9405642edd983f0f (diff) | |
Merge pull request #1654 from mkanjari/evpn-symm-routing-enhancements
Evpn symmetric routing enhancements
Diffstat (limited to 'zebra/zebra_vxlan_null.c')
| -rw-r--r-- | zebra/zebra_vxlan_null.c | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/zebra/zebra_vxlan_null.c b/zebra/zebra_vxlan_null.c index db828c337e..0eb880e848 100644 --- a/zebra/zebra_vxlan_null.c +++ b/zebra/zebra_vxlan_null.c @@ -83,6 +83,10 @@ void zebra_vxlan_print_vnis(struct vty *vty, struct zebra_vrf *zvrf) { } +void zebra_vxlan_print_evpn(struct vty *vty, u_char uj) +{ +} + void zebra_vxlan_print_rmacs_l3vni(struct vty*, vni_t, u_char) { } @@ -103,10 +107,6 @@ void zebra_vxlan_print_l3vni(struct vty *vty, vni_t vni) { } -void zebra_vxlan_print_l3vnis(struct vty *vty) -{ -} - int zebra_vxlan_svi_up(struct interface *ifp, struct interface *link_if) { return 0; @@ -207,3 +207,7 @@ void zebra_vxlan_init_tables(struct zebra_vrf *zvrf) void zebra_vxlan_close_tables(struct zebra_vrf *zvrf) { } + +void zebra_vxlan_cleanup_tables(struct zebra_vrf *zvrf) +{ +} |
