]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_mpls_null.c
Merge pull request #5789 from donaldsharp/bgp_ebgp_reason
[mirror_frr.git] / zebra / zebra_mpls_null.c
index 409432c4fbb9d24b30afc54bd8126242efb001f4..2cc3f3b69dc5ab72b7d195bcc92410dc273dcd96 100644 (file)
@@ -29,6 +29,15 @@ int mpls_kernel_init(void)
        return -1;
 };
 
+/*
+ * Pseudowire update api - note that the default has been
+ * to report 'success' for pw updates on unsupported platforms.
+ */
+enum zebra_dplane_result kernel_pw_update(struct zebra_dplane_ctx *ctx)
+{
+       return ZEBRA_DPLANE_REQUEST_SUCCESS;
+}
+
 enum zebra_dplane_result kernel_lsp_update(struct zebra_dplane_ctx *ctx)
 {
        return ZEBRA_DPLANE_REQUEST_FAILURE;