summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nhrpd: Set prefix length in NAT extension in resolution-replyAmol Lad2021-03-181-0/+4
* nhrpd: Ensure invalid NAT extension info cannot be usedReuben Dowle2021-03-181-2/+4
* nhrpd: Use SU_ADDRSTRLEN where appropriateReuben Dowle2021-03-181-14/+12
* nhrpd: populate correct prefix length in NAT extension in Reg-ReplyAmol Lad2021-03-184-108/+206
* nhrpd: Add Claimed NBMA field in sh ip nhrp cache outputAmol Lad2021-03-187-28/+61
* nhrpd: add NHS details in NAT Extension headerAmol Lad2021-03-181-2/+15
* nhrpd: copy NAT extension if present else attempt to populateAmol Lad2021-03-181-21/+26
* nhrpd: parse multiple CIEs in NAT extension headerAmol Lad2021-03-181-19/+24
* nhrpd: Add empty NAT extension header for Non Natted Spoke in Resolution-ReplyAmol Lad2021-03-181-9/+7
* nhrpd: Set correct MTU in NHRP extensionsAmol Lad2021-03-184-1/+7
* nhrpd: Send prefix length in NAT extension the same as is done by CiscoReuben Dowle2021-03-181-2/+3
* nhrpd: Add CIE to NAT extension in resolution requestsGaurav Goyal2021-03-181-1/+8
* nhrpd: Add NAT extension in forwarded packetsGaurav Goyal2021-03-181-2/+41
* nhrpd: Process NAT extension properly, and also fallback to IPSec NAT infoGaurav Goyal2021-03-185-20/+171
* nhrpd: Add zbuf routine to peek at contentsAmol Lad2021-03-182-0/+13
* Merge pull request #8052 from ton31337/feature/show_bgp_peer-groups_jsonQuentin Young2021-03-172-48/+238
|\
| * doc: Add `show [ip] bgp peer-group [json]` commandDonatas Abraitis2021-03-141-0/+68
| * bgpd: Add JSON output for `show ip bgp peer-group` commandDonatas Abraitis2021-03-141-48/+170
* | Merge pull request #8232 from reubendowle/fixes/nhrp-ipsec-issuesDonald Sharp2021-03-175-4/+51
|\ \
| * | nhrpd: When IPsec profile is added or deleted, reset the vc and re-check peerGaurav Goyal2021-03-174-1/+10
| * | nhrpd: Make comments clearer, fix style issuesReuben Dowle2021-03-173-11/+14
| * | nhrpd: Close IPSec connection when tunnel protection removedGaurav Goyal2021-03-174-6/+18
| * | nhrpd: Retry IPSec if NHRP is repeatedly failingGaurav Goyal2021-03-173-0/+23
* | | Merge pull request #8255 from pjdruddy/fix-ifindex-testDonald Sharp2021-03-171-6/+19
|\ \ \
| * | | tests: re-enable RTE tests after removing fixed ifindicesPat Ruddy2021-03-161-2/+17
| * | | tests: fix formatting error to make black cleanPat Ruddy2021-03-161-4/+2
* | | | Merge pull request #8248 from volta-networks/fix_ospf6_chunk_msgsDonald Sharp2021-03-171-4/+12
|\ \ \ \
| * | | | ospfd6: Clear locks when ospf messages need to be chunkedlynne2021-03-161-4/+12
* | | | | Merge pull request #8276 from opensourcerouting/pathd-fmt-fixDonald Sharp2021-03-174-45/+22
|\ \ \ \ \
| * | | | | pathd: remove mid-string line breaksDavid Lamparter2021-03-173-22/+11
| * | | | | pathd: use %pIA to print struct ipaddr *David Lamparter2021-03-171-25/+13
| * | | | | pathd: fix %pI4 <> %pI6 snafuDavid Lamparter2021-03-171-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #8008 from chiragshah6/yang_nb5Santosh P K2021-03-173-118/+255
|\ \ \ \ \
| * | | | | lib: consolidate plist nb callbacksChirag Shah2021-03-041-153/+132
| * | | | | lib: fix a crash in plist updateChirag Shah2021-03-021-0/+1
| * | | | | lib: fix plist le ge reset valueChirag Shah2021-03-021-2/+2
| * | | | | lib: plist validation use enum typeChirag Shah2021-03-021-43/+50
| * | | | | lib: remove prefix-list dup api in validation phaseChirag Shah2021-03-021-81/+1
| * | | | | yang: remove when statement from prefix-listChirag Shah2021-03-022-27/+257
* | | | | | Merge pull request #8225 from idryzhov/bfd-echo-modeRafael Zalamena2021-03-173-2/+9
|\ \ \ \ \ \
| * | | | | | bfdd: warn users about echo-mode restrictionsIgor Ryzhov2021-03-162-1/+6
| * | | | | | bfdd: fix starting echo receive timerIgor Ryzhov2021-03-161-1/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #8229 from idryzhov/bfdd-echo-rx-txRafael Zalamena2021-03-1733-106/+388
|\ \ \ \ \ \
| * | | | | | bfdd: separate echo rx/tx timersIgor Ryzhov2021-03-1633-106/+388
| |/ / / / /
* | | | | | Merge pull request #8273 from volta-networks/fix_ospf6_coverityDavid Lamparter2021-03-171-2/+5
|\ \ \ \ \ \
| * | | | | | ospf6d: Fix coverity errorslynne2021-03-161-2/+5
* | | | | | | Merge pull request #8275 from donaldsharp/peer_afi_safi_mistakeDavid Lamparter2021-03-172-3/+3
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | bgpd: If we have a SAFI conflict do not allow labeled unicast to resetDonald Sharp2021-03-171-1/+1
| * | | | | | bgpd: Attempting to activate unicast and labeled-unicastDonald Sharp2021-03-171-2/+2
|/ / / / / /
* | | | | | Merge pull request #8258 from volta-networks/feat_ldp_snmp_with_statsDonald Sharp2021-03-165-4/+309
|\ \ \ \ \ \