X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=zebra%2Fzebra_mpls_null.c;h=2cc3f3b69dc5ab72b7d195bcc92410dc273dcd96;hb=724935d5a20bc3c7b714d5e8c497e7095026704c;hp=409432c4fbb9d24b30afc54bd8126242efb001f4;hpb=166e1cc5bcb341cf481343e6b4680dfc9240a8c0;p=mirror_frr.git diff --git a/zebra/zebra_mpls_null.c b/zebra/zebra_mpls_null.c index 409432c4f..2cc3f3b69 100644 --- a/zebra/zebra_mpls_null.c +++ b/zebra/zebra_mpls_null.c @@ -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;