summaryrefslogtreecommitdiff
path: root/zebra/interface.c
AgeCommit message (Expand)Author
2022-05-21zebra: clean up rtadv integrationDavid Lamparter
2022-05-06zebra/interface.c: allow link-param delay min <= avg <= maxG. Paul Ziemba
2022-04-19*: Fix spelling of accidentlyDonald Sharp
2022-03-24zebra: Fix use after deletion event in freebsdDonald Sharp
2022-03-09zebra: use SET/UNSET/CHECK/COND in protodown codeStephen Worley
2022-03-09zebra: clear dplane flags on failure for protodownStephen Worley
2022-03-09zebra: simplify reason code printing in showStephen Worley
2022-03-09zebra: cleanup protodown api logsStephen Worley
2022-03-09zebra: extern setting protodown reason directlyStephen Worley
2022-03-09zebra: only clear pd_reason on shutdown/sweepStephen Worley
2022-03-09zebra: remove old protodown dplane pathStephen Worley
2022-03-09zebra: use a macro for check protodownStephen Worley
2022-03-09zebra: clear protodown_rc on shutdown and sweepStephen Worley
2022-03-09zebra: add enum set/unset states for queingStephen Worley
2022-03-09zebra: add support for protodown reason codeStephen Worley
2022-03-09Merge pull request #10662 from chiragshah6/evpn_dev1Russ White
2022-03-08zebra: shutdown doesn't uninstall zebra's NHGsMark Stapp
2022-03-02zebra: Prevent installation of connected multiple timesDonald Sharp
2022-02-28zebra: Limit speed lookup to at most 4 minutesDonald Sharp
2022-02-25zebra: use dataplane to read interface NETCONF infoMark Stapp
2022-02-25zebra: include mpls enabled status in interface outputMark Stapp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-01-28zebra: Make Router Advertisement warnings show up once every 6 hoursDonald Sharp
2022-01-24*: do not print vrf name for interface config when using vrf-liteIgor Ryzhov
2022-01-20lib, zebra: Add ability to tell thread system to ignore late timersDonald Sharp
2021-11-29Merge pull request #10124 from ton31337/feature/vty_jsonIgor Ryzhov
2021-11-27*: Remove redundand braces for single statement blocksDonatas Abraitis
2021-11-25zebra: Convert vty_out to vty_json for JSONDonatas Abraitis
2021-11-25*: Remove unused variablesDonatas Abraitis
2021-11-25zebra: Replace prefix2str for JSON to %pFXDonatas Abraitis
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-19Merge pull request #10074 from opensourcerouting/assorted-20211116Igor Ryzhov
2021-11-18zebra: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis
2021-11-16lib: rework vty_check_node_for_xpath_decrementDavid Lamparter
2021-11-11*: Rename quagga_timestamp with frr_timestampDonald Sharp
2021-10-27Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-allRuss White
2021-10-19lib: allow to create interfaces in non-existing VRFsIgor Ryzhov
2021-10-15zebra: fix "show interface IFNAME" for netnsIgor Ryzhov
2021-09-14zebra: intf address handler is platform-neutralMark Stapp
2021-09-14zebra: use the dataplane to read netlink intf addr changesMark Stapp
2021-09-02zebra: Convert to `enum zebra_slave_iftype` as per our internal standardDonald Sharp
2021-09-02zebra: Convert to `enum zebra_iftype` as per our internal standardDonald Sharp
2021-08-23*: explicitly print "exit" at the end of every node configIgor Ryzhov
2021-08-03Merge pull request #9259 from opensourcerouting/moar-jsonRuss White
2021-08-02zebra: add "json" option to "show interface"Renato Westphal
2021-07-29*: cleanup interface node installationIgor Ryzhov
2021-07-01*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis
2021-05-05Merge pull request #8237 from pguibert6WIND/nhrp_use_zebra_2Mark Stapp
2021-05-02zebra: Allow interface up events to read speedDonald Sharp
2021-04-30zebra: storage of gre information in zebra layerPhilippe Guibert