aboutsummaryrefslogtreecommitdiffstats
path: root/proto/ospf
Commit message (Expand)AuthorAgeFilesLines
* OSPF: Fix OSPFv3 in IPv4 mode with multiple areasOndrej Zajicek (work)2021-05-261-1/+1
* OSPF: Allow ifaces with host address as unnumbered PtP or PtMP ifacesOndrej Zajicek (work)2021-05-104-16/+30
* OSPF: Packets on PtP networks should be always sent to AllSPFRoutersOndrej Zajicek (work)2021-05-096-4/+17
* OSPF: Minor refactoring of packet sending codeOndrej Zajicek (work)2021-05-094-40/+38
* OSPFv3: Update neighbor authentication state from Hello packetsOndrej Zajicek (work)2021-03-161-0/+11
* Some minor sl_allocz() cleanupsOndrej Zajicek (work)2020-11-241-3/+1
* OSPFv3: Fix intra-area-prefix-LSA origination on DROndrej Zajicek (work)2020-11-181-0/+3
* BFD: Allow per-request session optionsOndrej Zajicek (work)2020-11-081-1/+1
* OSPF: Fixed a debug assertMaria Matejka2020-08-311-1/+1
* OSPF: Skip out-of-state packets earlierOndrej Zajicek (work)2020-08-121-4/+20
* Show info from multiple protocols when protocol is not specifiedOndrej Zajicek (work)2020-06-282-9/+3
* OSPF: Fix bad header length testOndrej Zajicek (work)2020-06-101-3/+3
* OSPF: setting list node to zero before enlistingMaria Matejka2020-06-021-0/+1
* OSPF: Fix handling of unnumbered PtPsOndrej Zajicek (work)2020-05-265-12/+59
* Nest: Added const to ea_show just to declare that this shouldn't really chang...Maria Matejka2020-05-011-1/+1
* OSPF: Zero-initialization of a temporary neighborMaria Matejka2020-05-011-9/+10
* OSPF: Adding a note about a static analyzer result.Maria Matejka2020-05-011-0/+8
* OSPF: variable-length array of size 0 replaced by alloca()'d pointerMaria Matejka2020-05-011-2/+4
* Configuration strings are constant.Maria Matejka2020-04-092-4/+4
* OSPF: Fix bad initialization of tx_hdrlen fieldOndrej Zajicek (work)2020-01-091-4/+8
* OSPF: Fix 'show ospf lsadb' cmd without proto argOndrej Zajicek (work)2019-08-291-1/+6
* Merge remote-tracking branch 'origin/mq-filter-stack'Ondrej Zajicek (work)2019-07-243-10/+10
|\
| * Merge remote-tracking branch 'origin/master' into mq-filter-stackMaria Matejka2019-07-155-8/+14
| |\
| * \ Merge branch 'master' into mq-filter-stackMaria Matejka2019-07-106-35/+81
| |\ \
| * \ \ Merge branch 'master' into mq-filter-stackMaria Matejka2019-07-0313-30/+670
| |\ \ \
| * | | | Dynamic attributes definition split whether it is bitmask or not.Maria Matejka2019-07-031-4/+4
| * | | | Lexer now returns known sym / unknown sym / keywordMaria Matejka2019-05-171-1/+1
| * | | | Merge branch 'master' into HEADMaria Matejka2019-03-182-47/+23
| |\ \ \ \
| * | | | | Filter + Config: Fix bugs, tests and split symbols by typeMaria Matejka2019-02-203-10/+10
| * | | | | Filter refactoring: dropped the recursion from the interpreterMaria Matejka2019-02-201-4/+4
* | | | | | OSPF: Fix formatting of 'show ospf neighbors'Ondrej Zajicek (work)2019-07-232-2/+2
* | | | | | BFD: Support for VRFsOndrej Zajicek (work)2019-07-171-1/+4
| |_|_|_|/ |/| | | |
* | | | | OSPF: Fix handling of NSSA option flagsOndrej Zajicek (work)2019-07-105-8/+14
| |_|_|/ |/| | |
* | | | OSPF: Minor fix in graceful restartOndrej Zajicek (work)2019-07-091-1/+5
* | | | OSPF: Update DR when local priority changesOndrej Zajicek (work)2019-07-091-0/+1
* | | | OSPF: Fix handling of external routes on graceful restartOndrej Zajicek (work)2019-07-096-35/+75
* | | | OSPF: Update DR when local priority changesOndrej Zajicek (work)2019-07-041-0/+1
| |_|/ |/| |
* | | OSPF: Support for graceful restartOndrej Zajicek (work)2019-06-3013-26/+660
* | | OSPFv3: Fix some overlooked cases in IPv4 modeOndrej Zajicek (work)2019-04-121-4/+10
| |/ |/|
* | Nest: Update handling of temporary attributesOndrej Zajicek (work)2019-03-141-16/+10
* | OSPF: Improved handling of tmpattrsOndrej Zajicek (work)2019-03-062-43/+25
|/
* OSPF: Reset LSAs during area type changeOndrej Zajicek (work)2019-02-171-6/+23
* OSPF: Basic support for DN-bit handling (RFC 4576)Ondrej Zajicek (work)2019-02-137-13/+38
* OSPF: Do not originate Router-Information LSAOndrej Zajicek (work)2019-02-091-1/+1
* OSPF: Send direct acknowledgements as unicastOndrej Zajicek (work)2019-02-031-0/+7
* OSPF: Reject duplicate DBDES packets after dead intervalOndrej Zajicek (work)2019-02-033-0/+20
* OSPF: DD seqnum should be initialized only for first attemptsOndrej Zajicek (work)2019-02-032-3/+2
* OSPF: Reject DBDES packets with non-matching MTUOndrej Zajicek (work)2019-02-031-7/+10
* Doc: Remove doc for already removed optionOndrej Zajicek (work)2019-01-261-1/+1
* OSPF: Opaque LSAs and Router Information LSAOndrej Zajicek (work)2019-01-248-43/+220