Christian Giese
2b84b90191
fix LDP notification E-bit
2022-12-19 18:41:38 +00:00
Christian Giese
7f5c0a37c2
support IPv6 stream LDP lookup via IPv4 address
2022-12-16 08:16:52 +00:00
Christian Giese
c50e2fd1a3
LDP minor enhancements
2022-12-15 13:01:38 +00:00
Christian Giese
1f24e3abc7
LDP docu update
2022-12-15 09:34:27 +00:00
Christian Giese
27ae179195
LDP docu update
2022-12-14 23:15:45 +00:00
Christian Giese
96ecd831ab
add ldpupdate script
2022-12-14 23:14:25 +00:00
Christian Giese
86eb9a4fc4
LDP fix MPLS TTL and EXP
2022-12-14 22:32:55 +00:00
Christian Giese
af95082d75
LDP stream traffic support
2022-12-14 21:29:14 +00:00
Christian Giese
f3cf8eb59e
LDP database
2022-12-14 15:16:38 +00:00
Christian Giese
6356d01aa8
LDP fix hello PDU
2022-12-13 12:18:03 +00:00
Christian Giese
064b1ecccf
LDP self update
2022-12-13 10:14:53 +00:00
Christian Giese
94047a69d7
LDP raw update fix
2022-12-12 23:05:23 +00:00
Christian Giese
f829ad599e
LDP docu
2022-12-12 22:01:39 +00:00
Christian Giese
429e494db5
LDP commands
2022-12-12 22:00:52 +00:00
Christian Giese
81f6690557
LDP session setup working
2022-12-12 16:52:14 +00:00
Christian Giese
e6c6f61ae4
LDP fixes
2022-12-09 23:21:11 +00:00
Christian Giese
338bd7c366
LDP initial session setup
2022-12-09 18:23:24 +00:00
Christian Giese
8708ab343a
LDP initial structure
2022-12-02 10:41:18 +00:00
Istvan Ruzman
89a8ef44a0
Improve IPv6 Gateway resolution
...
The previous implementation just checked wether the Neighbor
Advertisment is from the gateway. This does not work in all cases.
To correctly resolve the the IPv6 Gateway this implementation checks
received Advertisments if they include the expected Gateway and uses
the MAC Address from the Link-Layer Destination Option (if included).
2022-12-02 11:35:44 +01:00
Istvan Ruzman
bfbf0c345b
fix: build error with dpdk due to redefines
...
bngblaster used the same defines as some dpdk headers. This caused
a redifine warning, which got promoted to an error (cause of the -Werror
flag).
Solution: change the defines to have a BBL_ prefix
2022-11-30 10:43:26 +01:00
Christian Giese
9a7ddb0fbf
update github pages
0.8.8
2022-11-29 10:21:29 +00:00
Christian Giese
72f8371120
add interface enable/disable command
2022-11-24 11:48:26 +00:00
Christian Giese
2dbc92df52
update github pages
2022-11-22 14:57:01 +00:00
Christian Giese
54ec30f29c
update controller docu
2022-11-22 14:56:21 +00:00
Christian Giese
d0a9c0493d
capitalize interface types in commands
2022-11-22 14:56:08 +00:00
Christian Giese
ebeacb60a5
extend stream commands
...
+ add traffic stats to stream-summary
+ add byte counters to stream-info
2022-11-22 14:27:44 +00:00
Christian Giese
36ea7928f4
add packet stats to interfaces command
2022-11-22 14:26:36 +00:00
Christian Giese
b735905468
minor control socket enhancements
2022-11-22 14:26:02 +00:00
Christian Giese
cb493ebd4b
add packet stats to LAG info
2022-11-18 16:49:11 +00:00
Christian Giese
f3327bc008
fix LAG streams
2022-11-18 16:35:16 +00:00
Christian Giese
1569bd81de
fix initial LACP flags state
2022-11-18 16:34:45 +00:00
Christian Giese
11af92b296
fix typo (simeout>timeout)
2022-11-18 16:28:36 +00:00
Christian Giese
b5212a82e6
update github pages
2022-11-17 22:36:36 +00:00
Christian Giese
157e57683d
docu update ( #127 )
2022-11-17 22:33:13 +00:00
Christian Giese
2483dc5e28
Merge branch 'dev' of github.com:rtbrick/bngblaster into dev
2022-11-17 21:49:17 +00:00
Christian Giese
573b969208
#126 add outer-vlan/inner-vlan str var
2022-11-17 21:32:04 +00:00
Christian Giese
53d821499f
ISIS self originated LSP fragmentation support
2022-11-17 21:23:21 +00:00
Christian Giese
8f5b1d8ed1
minor LAG enhancement
2022-11-17 21:19:18 +00:00
Christian Giese
e77a17fc04
add option to disable access-line in DHCPv4/6
2022-11-17 22:18:35 +01:00
Christian Giese
52418b99cd
fix DHCP client
2022-11-17 22:18:35 +01:00
Hannes Gredler
deae26b679
add --quit-loop option for shutting down timer loop after initial transmission
2022-11-16 11:19:35 +00:00
Hannes Gredler
060ce9fdfc
read sequence cache file upon startup. Bump sequence if a cache entry was found
2022-11-16 10:29:47 +00:00
Hannes Gredler
3fdd72ad9f
write sequence number cache file upon exit
2022-11-16 09:53:02 +00:00
Hannes Gredler
48094dde42
Merge branch 'dev' of github.com:rtbrick/bngblaster into dev
2022-11-16 08:39:33 +00:00
Christian Giese
88d523afd0
fix github release action warnings
2022-11-09 20:43:29 +00:00
Christian Giese
661723cac1
fix stream loss in interactive mode
2022-11-09 20:25:44 +00:00
Christian Giese
231096bc27
fix LACP state machine
2022-11-09 20:08:57 +00:00
Christian Giese
551ea4dd49
update github pages
0.8.4
2022-11-08 21:43:35 +00:00
Christian Giese
3371d5b9be
update docs for capture-include-streams
2022-11-08 21:42:47 +00:00
Christian Giese
c7b42c2e6d
fix controller "not able to send command"
2022-11-08 21:41:49 +00:00