]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_pw.h
Merge pull request #11843 from ARShreenidhi/ecmp_testcase
[mirror_frr.git] / zebra / zebra_pw.h
index 0da8203802697582e6a6eea538d3be76e476ee20..9800c5853a5456186e18883fed718fb27496d17b 100644 (file)
@@ -38,7 +38,7 @@ extern "C" {
 struct zebra_pw {
        RB_ENTRY(zebra_pw) pw_entry, static_pw_entry;
        vrf_id_t vrf_id;
-       char ifname[IF_NAMESIZE];
+       char ifname[INTERFACE_NAMSIZ];
        ifindex_t ifindex;
        int type;
        int af;