summaryrefslogtreecommitdiff
path: root/zebra/interface.c
AgeCommit message (Expand)Author
2025-04-08zebra: clean up -Wshadow compiler warningsMark Stapp
2025-03-17zebra: add rtadv information output in vtysh jsonDmytro Shytyi
2025-03-07zebra: malloc functions cannot failDonald Sharp
2025-02-25zebra: add ZEBRA_IF_DUMMY flag for dummy interfacesGabriel Goller
2025-01-13lib: if: track oper-state inlineChristian Hopps
2024-12-17zebra: check kernel routes when interface becomes upanlan_cs
2024-11-25zebra: Remove some unused functions on linux buildDonald Sharp
2024-11-25zebra: Add ability to know if some config is setDonald Sharp
2024-10-29lib,zebra: remove table node from ifp structMark Stapp
2024-10-28zebra: removing use of per-NS if_tableMark Stapp
2024-10-28zebra: make a zif MTYPE internal/staticMark Stapp
2024-10-13zebra: add back one field for debuganlan_cs
2024-08-27zebra: Handle kernel routes appropriatelyDonald Sharp
2024-07-24zebra: Remove duplicate `#include "zebra/interface.h"`Carmine Scarpitta
2024-07-12zebra: Fix to avoid two Vrfs with same table idsRajasekar Raja
2024-06-20zebra: fix evpn mh bond member proto reinstallChirag Shah
2024-04-01zebra: don't deref vxlan-vni arrayMark Stapp
2024-03-22zebra: fix rejected route due to wrong nexthop-groupLouis Scalbert
2024-02-08zebra: Move nhg reinstallation into if_up properDonald Sharp
2024-02-08zebra: Remove function abstraction in interface.cDonald Sharp
2024-02-08zebra: Remove ifp_nhg_XXX functions completelyDonald Sharp
2024-02-08zebra: Remove helper function if_nhg_dependents_is_emptyDonald Sharp
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