]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Remove unnecessary check for groups 13314/head
authoranlan_cs <vic.lan@pica8.com>
Sun, 16 Apr 2023 05:41:40 +0000 (13:41 +0800)
committeranlan_cs <vic.lan@pica8.com>
Sun, 16 Apr 2023 05:52:35 +0000 (13:52 +0800)
commit06af0667add9accffd615d73cabe45c5884ff4c3
tree20d3845a3bb11ed80aba966040340ba7d4f33db2
parent89f0982149b90940044130480de267f33a049b3f
bgpd: Remove unnecessary check for groups

The `NULL` check for newly created groups (`updgroup` and `subgroup`)
are unnecessary,  just remove them.

Signed-off-by: anlan_cs <vic.lan@pica8.com>
bgpd/bgp_updgrp.c