]> git.proxmox.com Git - mirror_frr.git/commit
isisd: check MTU when configuring circuit
authorEmanuele Di Pascale <emanuele@voltanet.io>
Fri, 23 Aug 2019 09:18:03 +0000 (11:18 +0200)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Tue, 27 Aug 2019 14:39:43 +0000 (16:39 +0200)
commit75b669156f85627c855ded9e32e6bf75d98d25a3
treefa974c983d1455f1d4e24462ed08112a9b74e7f2
parent5d4324440debf129d0c738cf7ae9d3c28b3a8d5e
isisd: check MTU when configuring circuit

as part of the 'ip router isis TAG' command we were not validating
the MTU of the interface against the minimum LSP MTU of the area.
This could cause an assertion when the circuit is created in the
APPLY phase.

Fixes issue #4825

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
isisd/isis_northbound.c