Difference between revisions of "Dropping Sites"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
Line 1: Line 1:
  
 
psql -U myipfix -h 127.0.0.1 
 
psql -U myipfix -h 127.0.0.1 
#password is myipfix  
+
//password is myipfix  
  
 
truncate table trafficgroups;
 
truncate table trafficgroups;

Revision as of 15:43, 5 July 2023

psql -U myipfix -h 127.0.0.1  //password is myipfix

truncate table trafficgroups;

truncate table trafficgroupsdeployed;

truncate table trafficgroupsubnets; 

\c \q