summaryrefslogtreecommitdiffstats
path: root/zebra/rtadv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: un-split strings across linesDavid Lamparter2020-07-141-6/+3
* zebra: Allow zebra to gracefully handle rtadv when not configuredDonald Sharp2020-05-211-0/+24
* zebra: allow rtadv.c to compile with `--enable-rtadv=no`Donald Sharp2020-05-211-5/+5
* zebra: Remove enum around ipv6_nd_suppress_ra_statusDonald Sharp2020-05-081-2/+2
* zebra: add ability to set retransmit timer for IPv6 RAsDon Slice2020-04-291-5/+57
* zebra: add ability to set hoplimit for IPv6 RAsDon Slice2020-04-151-1/+60
* zebra: Add some vrf information to RA logsDonald Sharp2020-04-021-50/+97
* zebra: Don't kill the global rtadv socket when a vrf is deletedDonald Sharp2020-04-021-4/+10
* zebra: delete ipv6 RA prefix entries when zebra is killedDon Slice2020-03-101-2/+15
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-3/+3
* zebra: fix missing rtadv stub functionsMark Stapp2020-02-181-0/+21
* zebra: add all ipv6 global addresses to RA messagesDon Slice2020-02-141-27/+107
* zebra: disallow negative rtadv intvl, fix overflowQuentin Young2020-01-041-4/+13
* zebra: send RA lifetime of 0 before ceasing to advertise RAsDon Slice2019-12-031-5/+43
* *: generously apply constDavid Lamparter2019-12-021-1/+3
* zebra: knob to make ra retransmit interval rfc compliantDon Slice2019-11-221-5/+82
* zebra: Router Advertisement socket mess upDonald Sharp2019-11-191-11/+6
* *: strip trailing whitespaceQuentin Young2019-09-301-2/+2
* *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-1/+1
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-7/+7
* Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-221-7/+7
|\
| * *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-7/+7
* | zebra: use MTYPE_STATICDavid Lamparter2019-06-211-0/+2
|/
* zebra: keep rtadv_sock field in zrouter for optimisationPhilippe Guibert2019-06-041-9/+25
* zebra: move rtadv service from zrouter to zvrfPhilippe Guibert2019-06-041-57/+62
* Revert "zebra: move rtadv service from zrouter to zvrf"Donald Sharp2019-05-161-62/+57
* Revert "zebra: keep rtadv_sock field in zrouter for optimisation"Donald Sharp2019-05-161-24/+9
* zebra: keep rtadv_sock field in zrouter for optimisationPhilippe Guibert2019-04-251-9/+24
* zebra: move rtadv service from zrouter to zvrfPhilippe Guibert2019-04-251-57/+62
* zebra: Fix CLANG suggestion for braces on init of structStephen Worley2019-02-121-4/+4
* Merge pull request #3723 from slrz/zebra-rtadv-add-rfc8106-supportDavid Lamparter2019-02-121-0/+406
|\
| * zebra: prefer DEFINE_MTYPE_STATIC for local memtypesLars Seipel2019-02-111-0/+3
| * zebra: avoid exceeding link MTU through RA optionsLars Seipel2019-02-021-6/+31
| * zebra: support DNS configuration options in rtadvLars Seipel2019-02-021-0/+378
* | zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-311-5/+5
|/
* zebra: Move rtadv to zebra_routerDonald Sharp2018-10-241-35/+28
* zebra: Trust the mac address received in some situationsDonald Sharp2018-09-191-5/+42
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-4/+4
* zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-7/+7
* zebra: fix includesQuentin Young2018-09-061-0/+1
* zebra: flog_warn conversionQuentin Young2018-09-061-26/+39
* Merge pull request #2448 from qlyoung/error-reference-cardsDavid Lamparter2018-08-161-12/+10
|\
| * zebra: fix warnings from frr_elevate_privs()David Lamparter2018-08-141-1/+1
| * *: use frr_elevate_privs() (1/2: coccinelle)David Lamparter2018-08-141-9/+3
| * *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-141-4/+4
| * *: rename zlog_fer -> flog_errQuentin Young2018-08-141-3/+3
| * zebra, lib: error references for zebraQuentin Young2018-08-141-8/+12
* | lib, ripngd, zebra: Remove pre-solaris 9 special cased codeDonald Sharp2018-08-151-2/+2
|/
* bgpd zebra: element overflow (PVS-Studio)F. Aragon2018-07-021-1/+1
* zebra: clean up zapi organizationQuentin Young2018-04-231-1/+1