summaryrefslogtreecommitdiff
path: root/zebra/interface.c
AgeCommit message (Expand)Author
2024-07-14zebra: Fix to avoid two Vrfs with same table idsRajasekar Raja
2024-06-21zebra: fix evpn mh bond member proto reinstallChirag Shah
2024-04-01zebra: don't deref vxlan-vni arrayMark Stapp
2024-01-21Revert "zebra: Add connected with noprefixroute"Donatas Abraitis
2023-12-07zebra: Add connected with noprefixrouteDonald Sharp
2023-10-30zebra: display ptmStatus order in interface jsonSindhu Parvathi Gopinathan
2023-10-07*: remove ZEBRA_INTERFACE_VRF_UPDATEanlan_cs
2023-09-17zebra: remove duplicated codeIgor Ryzhov
2023-09-14zebra: fix link update for veth interfacesJafar Al-Gharaibeh
2023-09-01lib,zebra: add tx queuelen to interface structMark Stapp
2023-08-21zebra: Prevent protodown_rc from going BzonkasDonald Sharp
2023-08-18Merge pull request #14223 from donaldsharp/interface_fiesMark Stapp
2023-08-17zebra: Fix crashes in interface changeDonald Sharp
2023-08-12zebra: Delete the 'mbr_zifs' list in the if_zebra_delete_hook functionKeelan10
2023-08-10zebra, yang: add an mpls leaf to interfacePhilippe Guibert
2023-08-10zebra: fix 'no mpls' command by using 'mpls disable' insteadPhilippe Guibert
2023-07-13zebra: Fix wrong vrf change procedureanlan_cs
2023-07-11Merge pull request #13958 from opensourcerouting/fix/coverityDonald Sharp
2023-07-11Merge pull request #13964 from pguibert6WIND/mpls_againRuss White
2023-07-10zebra: Guard printing an error by checking if VRF is not NULLDonatas Abraitis
2023-07-10zebra: Check if ifp is not NULL in zebra_if_update_ctx()Donatas Abraitis
2023-07-10zebra: Do not check ifp for NULLDonatas Abraitis
2023-07-09zebra: fix mpls config on ifaces created post frrPhilippe Guibert
2023-07-05zebra: Use zebra dplane for RTM link and addrDonald Sharp
2023-07-05zebra: Add code to get/set interface to pass up from dplaneDonald Sharp
2023-06-23Merge pull request #13545 from idryzhov/remove-bond-slaveDonatas Abraitis
2023-06-12zebra: clarify interface-level mpls configMark Stapp
2023-05-28lib, zebra: Ensure that the ifp->node existsDonald Sharp
2023-05-21zebra: remove ZEBRA_IF_BOND_SLAVE interface typeIgor Ryzhov
2023-05-01zebra: Fix missing VRF flaganlan_cs
2023-04-11Merge pull request #12959 from leonshaw/fix/zif-link-nsidJafar Al-Gharaibeh
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert a bunch of thread_XX to event_XXDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-08zebra: Add link_nsid to zebra interfaceXiao Liang
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-15Merge pull request #12494 from louis-6wind/ext_admin_groupOlivier Dugeon
2023-02-13zebra: clang-format style fixesStephen Worley
2023-02-13zebra: Add ifdump vty json extension for vxlan/vniSharath Ramamurthy
2023-02-13zebra: Bug fixes in fdb read for flooded traffic and remote fdb cleanup upon ...Sharath Ramamurthy
2023-02-13zebra: Bug fixes in vtysh doc string, mcast group handling and vni deletion h...Sharath Ramamurthy
2023-02-13zebra: Refactoring changes for zebra_evpn_map_vlan zebra_evpn_from_svi and zl...Sharath Ramamurthy
2023-02-13zebra: multiple vlan aware bridge datastructure changes and vxlan device ifty...Sharath Ramamurthy
2023-02-13zebra: data structure changes for single vxlan deviceSharath Ramamurthy
2023-02-10lib,yang,zebra: add extended admin-group supportLouis Scalbert
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-19zebra: fix possible null dereferenceRafael Zalamena
2022-12-05zebra: use real MTYPEs for various objectsMark Stapp
2022-11-28zebra: Use `mpls enable`, not `mpls` when generating a configDonatas Abraitis