summaryrefslogtreecommitdiffstats
path: root/isisd (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-18doc: add doc for daemon-specific log cliMark Stapp1-0/+14
2024-01-17lib,vtysh: add per-daemon log file configMark Stapp6-12/+79
2024-01-17tests: fix munet accessing missing attributeChristian Hopps1-4/+1
2024-01-16tests: Adopt tests for AS4 handlingDonatas Abraitis2-5/+6
2024-01-16bgpd: Send notification if AS4 capability failed to parse (malformed)Donatas Abraitis1-1/+1
2024-01-16bgpd: Set role capability received flag only if parsed correctlyDonatas Abraitis1-1/+3
2024-01-16bgpd: Set hostname capability received flag only if parsed correctlyDonatas Abraitis1-2/+2
2024-01-16bgpd: Set ADD-PATH capability received flag only if parsed correctlyDonatas Abraitis1-2/+2
2024-01-16bgpd: Set AS4 capability received flag only if parsed correctlyDonatas Abraitis1-2/+2
2024-01-15tests: import munet 0.13.12Christian Hopps2-9/+25
2024-01-15tests: set environment variable munet 0.13.12 will useChristian Hopps1-1/+3
2024-01-15doc: typo, fix end of lineVincent Jardin2-2/+2
2024-01-15tests: add tests for mgmt get-data exact node requestIgor Ryzhov3-0/+35
2024-01-15lib, mgmtd: add ability to request the exact node in get-data requestIgor Ryzhov3-2/+15
2024-01-15lib: fix oper data leaf creationIgor Ryzhov1-1/+11
2024-01-15tests: add tests for mgmt get-data with configIgor Ryzhov6-3/+69
2024-01-15lib, mgmtd: add ability to set content type in get-data requestIgor Ryzhov9-15/+88
2024-01-14lib, mgmtd: add separate get-data request for the frontendIgor Ryzhov8-23/+43
2024-01-14vtysh, mgmtd: send interface commands to mgmtdIgor Ryzhov2-2/+5
2024-01-14mgmtd: add option to specify netns as the vrf backendIgor Ryzhov6-2/+10
2024-01-14lib: fix yang_lyd_trim_xpathIgor Ryzhov1-12/+15
2024-01-14yang: lib: interface MTUs can be larger than uint16Christian Hopps2-5/+6
2024-01-13doc: update config file doc for integrated requirementChristian Hopps20-102/+89
2024-01-13doc: mgmtd: update mgmtd conversion doc to be current.Christian Hopps3-90/+119
2024-01-13mgmtd: remove full vrf initializationIgor Ryzhov1-51/+2
2024-01-12pimd: Use vrf name instead of id in some debugsDonald Sharp1-5/+5
2024-01-12pimd: Re-align pim_msg_get_jp_group_sizeDonald Sharp1-72/+66
2024-01-12lib: fix coverity issueChristian Hopps1-1/+2
2024-01-12mgmtd: remove redundant next_phase variableIgor Ryzhov1-42/+22
2024-01-12build: make buildtest.sh BSD compatibleSeyed Pouria Mousavizadeh Tehrani1-5/+6
2024-01-12bgpd: Drop dampening `tmax` variable from structDonatas Abraitis1-1/+0
2024-01-11lib, mgmtd: rename ignore_cbs to ignore_cfg_cbsIgor Ryzhov5-27/+28
2024-01-11mgmtd: remove unused pending_be_proc variableIgor Ryzhov1-3/+0
2024-01-11mgmtd: don't try to send config to disconnected clientsIgor Ryzhov1-8/+8
2024-01-11bgpd: Set correct TTL for the dynamic neighbor peersRajesh Varatharaj1-0/+13
2024-01-11lib: fix coverity issuesChristian Hopps3-4/+3
2024-01-11pimd: Make some not very needed debugs more restrictiveDonald Sharp2-2/+2
2024-01-11pimd: Receiving a Join or Prune should be under J_P debugsDonald Sharp1-3/+3
2024-01-11lib: change type of `inner` to `struct lyd_node *`, cleaner codeChristian Hopps1-31/+40
2024-01-11bgpd: fix debug rpki display in show runPhilippe Guibert1-8/+28
2024-01-11lib: implement missing YANG choice/case statements.Christian Hopps4-41/+117
2024-01-11bgpd: add hooks for displaying module debug messagesPhilippe Guibert2-0/+15
2024-01-11doc: add show rpki configurationLouis Scalbert1-0/+4
2024-01-11bgpd: do not show default rpki timers in show runPhilippe Guibert1-0/+50
2024-01-11bgpd: remove double spaces with rpki running config & sshPhilippe Guibert1-1/+1
2024-01-11bgpd: fix resetting rpki timer at no rpkiLouis Scalbert1-0/+4
2024-01-11bgpd: fix crash when re-adding a rpki serverLouis Scalbert1-0/+4
2024-01-11topotests: bgp_rpki_topo1, failure on error packetLouis Scalbert2-0/+23
2024-01-11topotests: log bgp_rpki_topo1 pyrtr outputLouis Scalbert2-4/+16
2024-01-11topotests: add bgp_rpki_topo1Louis Scalbert17-0/+808