You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "[config reload]: On dual ToR systems, cache ARP and FDB table… (#2460)
…s (#1465)"
- This reverts commit 10de91d.
- Also removes '--disable-arp-cache' option from config reload tests that was added in #2325
Signed-off-by: Lawrence Lee <[email protected]>
@click.option('-l', '--load-sysinfo', is_flag=True, help='load system default information (mac, portmap etc) first.')
1522
1490
@click.option('-n', '--no_service_restart', default=False, is_flag=True, help='Do not restart docker services')
1523
-
@click.option('-d', '--disable_arp_cache', default=False, is_flag=True, help='Do not cache ARP table before reloading (applies to dual ToR systems only)')
1524
1491
@click.option('-f', '--force', default=False, is_flag=True, help='Force config reload without system checks')
1525
1492
@click.option('-t', '--file_format', default='config_db',type=click.Choice(['config_yang', 'config_db']),show_default=True,help='specify the file format')
0 commit comments