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-29zebra: fix speed set to UINT32_MAXPhilippe Guibert
2024-01-28lib, mgmtd, zebra: cleanup of zebra conversion to mgmtdIgor Ryzhov
2024-01-28zebra: convert to mgmtdIgor Ryzhov
2024-01-28zebra: convert interface configuration output to NBIgor Ryzhov
2024-01-28zebra: convert interface evpn mh es-df-pref command to NBIgor Ryzhov
2024-01-28zebra: convert interface link-params packet-loss command to NBIgor Ryzhov
2024-01-28zebra: convert interface link-params delay commands to NBIgor Ryzhov
2024-01-28zebra: convert interface link-params neighbor command to NBIgor Ryzhov
2024-01-28zebra: convert interface link-params bandwidth commands to NBIgor Ryzhov
2024-01-28zebra: convert interface link-params metric command to NBIgor Ryzhov
2024-01-28zebra: convert interface link-params command to NBIgor Ryzhov
2024-01-28zebra: mark interface mpls command as yangIgor Ryzhov
2024-01-28zebra: convert interface ip/ipv6 address commands to NBIgor Ryzhov
2024-01-28zebra: convert interface bandwidth command to NBIgor Ryzhov
2024-01-28zebra: convert interface shutdown command to NBIgor Ryzhov
2024-01-28zebra: convert interface link-detect command to NBIgor Ryzhov
2024-01-28zebra: convert inteface multicast command to NBIgor Ryzhov
2024-01-24Merge pull request #15173 from louis-6wind/nhrp-noarpDonald Sharp
2024-01-24lib,zebra: add zapi message to control noarp flagLouis Scalbert
2024-01-23lib: remove leaf-list xpath hack from northboundIgor Ryzhov
2024-01-20zebra: Remove function that just calls another functionDonald Sharp
2024-01-19zebra: fix default value for affinity-modeIgor Ryzhov
2024-01-19zebra: remove unnecessary checks from CLIIgor Ryzhov
2024-01-19zebra: fix link-params admin-grp config outputIgor Ryzhov
2024-01-02Merge pull request #15055 from opensourcerouting/fix/zebra_ipv6_ll_configuredRuss White
2023-12-21zebra: Show IPv6 link-local interfaces under `show interface brief` outputDonatas Abraitis
2023-12-21zebra: Show IPv6 link-local interfaces under `show interface` outputDonatas Abraitis
2023-12-21zebra: Push all configured IP addresses when the interface comes upDonatas Abraitis
2023-12-21zebra: Drop ipv6_address_configured() functionDonatas Abraitis
2023-12-06zebra: Add connected with noprefixrouteDonald Sharp
2023-11-29lib: all: remove './' from xpath 22% speedupChristian Hopps
2023-11-22*: convert `struct interface->connected` to DLISTDavid Lamparter
2023-11-17zebra: reduce number of switch statements with dplane opcodesMark Stapp
2023-11-02lib: convert if_zapi_callbacks into actual hooksDavid Lamparter
2023-10-29zebra: 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