summaryrefslogtreecommitdiffstats
path: root/vrrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* vrrpd: add IPv4 pseudoheader option for VRRPv3Siger Yang2022-11-257-24/+118
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-262-3/+0
* Merge pull request #12066 from opensourcerouting/cleanup-cli-xrefDonald Sharp2022-10-131-4/+4
|\
| * *: fix some malformed CLI docstringsDavid Lamparter2022-10-061-4/+4
* | *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
|/
* lib, vrrpd: Use THREAD_ARGDonald Sharp2022-07-211-3/+3
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-1/+1
* vrrpd: Fix display of 'Master Advertisement interval'Rajesh Varatharaj2022-04-221-4/+4
* vrrpd: Allow it to be built in directoryDonald Sharp2022-03-111-2/+2
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-11/+5
* *: use ipaddr_cmp instead of memcmpIgor Ryzhov2022-02-081-3/+3
* vrrpd: use ipaddr_is_zero when neededIgor Ryzhov2022-01-271-5/+2
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-1/+1
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-222-22/+22
* Merge pull request #10032 from opensourcerouting/build-fix-20211111Donald Sharp2021-11-131-4/+3
|\
| * build: remove some useless intermediate librariesDavid Lamparter2021-11-111-4/+3
* | *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
|/
* Merge pull request #9820 from idryzhov/if-nb-configMark Stapp2021-10-261-30/+1
|\
| * *: fix interface config write in NB-converted daemonsIgor Ryzhov2021-10-251-30/+1
* | Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White2021-10-261-4/+8
|\ \ | |/ |/|
| * *: convert zclient callbacks to tableDavid Lamparter2021-10-201-4/+8
* | lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-132-15/+19
|/
* lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
* *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
* *: cleanup interface node installationIgor Ryzhov2021-07-291-10/+1
* lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-211-0/+1
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-1/+1
* *: remove *.conf.sample filesQuentin Young2021-04-091-1/+0
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-174-5/+5
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-142-2/+2
* *: Convert all usage of zclient_send_message to new enumDonald Sharp2020-11-152-5/+4
* vrrpd: Convert to using %pFXPat Ruddy2020-10-152-17/+8
* Merge pull request #7222 from idryzhov/fix-debugRenato Westphal2020-10-101-2/+2
|\
| * *: move "show debugging ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
| * *: move "debug ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
* | vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+1
|/
* Merge pull request #6908 from qlyoung/vrrp-add-vrf-moduleRenato Westphal2020-08-131-0/+1
|\
| * vrrpd: add frr-vrf yang moduleQuentin Young2020-08-121-0/+1
* | vrrpd: log errmsg, stricter nb validationQuentin Young2020-08-111-2/+8
* | vrrpd: fix improper NB query during validationQuentin Young2020-08-111-5/+8
* | vrrpd: don't allow autocreated vr's in NB layerQuentin Young2020-08-111-3/+13
|/
* *: introduce DEFPY_YANG & friendsRenato Westphal2020-08-031-14/+14
* vrrpd: Make clang 11 happyDonald Sharp2020-07-273-4/+4
* *: remove PRI[udx](8|16|32)David Lamparter2020-07-144-38/+31
* *: have daemons call frr_fini() at terminationMark Stapp2020-06-111-0/+2
* *: integrate remaining daemons with filterRafael Zalamena2020-06-051-0/+1
* build: make clippy Makefile rules nicerDavid Lamparter2020-04-271-2/+3
* build: use VPATH for vtysh_scanDavid Lamparter2020-04-271-1/+1
* *: change the signature of the northbound callbacks to be more flexibleRenato Westphal2020-04-231-143/+123